#299caf

Color #299CAF Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #299CAF

Tints of Pelorous #299CAF

Color information

#299CAF (or 0x299CAF) is unknown color: approx Pelorous. HEX triplet: 29, 9C and AF. RGB value is (41,156,175). Sum of RGB (Red+Green+Blue) = 41+156+175=372 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.02% from 372); Green value is 156 (61.33% from 255 or 41.94% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #299CAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299CAF is #D66350. Grayscale: #7B7B7B. Windows color (decimal): -14050129 or 11508777. OLE color: 11508777.

HSL color Cylindrical-coordinate representation of color #299CAF: hue angle of 188.51º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #299CAF is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB41156175-
CMYK0.770.1100.31
HSL188.51º62.04%42.35%-
HSV(B)188.51º76.57%68.63%-
XYZ20.5427.3444.75-
YUV123.78156.968.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 11.02%
GREEN value IS 156 (61.33% from 255) = 41.94%
BLUE value IS 175 (68.75% from 255) = 47.04%
R=11.02%
G=41.94%
B=47.04%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal411561750.770.1100.31188.5162.0442.35
Hex299CAF4DB01Fbd3e2a
Octal51234257115130372757652
Binary10100110011100101011111001101101101111110111101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299caf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299caf; }

 p { color: rgb(41,156,175); }

 H1.HeaderClassName
 {
   color: #299caf;
 }
 .AnyTagClassName
 {
   color: #299caf;
 }
</style>
background-color css

<style>
 a { background-color: #299caf; }

 a { background-color: rgb(41,156,175); }

 div.DivClassName
 {
   background-color: #299caf;
 }
 .BgClassName
 {
   background-color: #299caf;
 }
</style>
border-color css

<style>
 span { border-color: #299caf; }

 span { border-color: rgb(41,156,175); }

 td.TdClassName
 {
   border-color: #299caf;
 }
 .TagClassName
 {
   border-color: #299caf;
 }
</style>