Html Css Color HEX #299CAF Pelorous

📋 copy color: '#299CAF'

red 41 ◦ green 156 ◦ blue 175

#299CAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #299CAF

Tints of Pelorous #299CAF

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 value IS 0.77

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#299CAF (or 0x299CAF) is known color: 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

RGB 41 156 175 -
CMYK 0.77 0.11 0 0.31
HSL 188.51º 0.62% 0.42% -
HSV(B) 188.51º 0.77% 0.69% -
XYZ 20.54 27.34 44.75 -
YUV 123.78 156.9 68.96 -
System Red Green Blue C M Y K H S L
Decimal 41 156 175 0.77 0.11 0 0.31 188.51 0.62 0.42
Hex 29 9C AF 4D B 0 1F BD 3E 2A
Octal 51 234 257 115 13 0 37 275 76 52
Binary 101001 10011100 10101111 1001101 1011 0 11111 10111101 111110 101010

Color Harmonies of #299CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299CAF

Black with #299CAF

Text Example


Text Example

White with #299CAF

Text Example


Text Example

HTML Codes & Css Web 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>