Html Css Color HEX #299CAA Pelorous

📋 copy color: '#299CAA'

red 41 ◦ green 156 ◦ blue 170

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

Shades of Pelorous #299CAA

Tints of Pelorous #299CAA

RGB

 RED value IS 41 (16.41% from 255) = 11.17%

 GREEN value IS 156 (61.33% from 255) = 42.51%

 BLUE value IS 170 (66.8% from 255) = 46.32%

R = 11.17%
G = 42.51%
B = 46.32%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#299CAA (or 0x299CAA) is known color: Pelorous. HEX triplet: 29, 9C and AA. RGB value is (41,156,170). Sum of RGB (Red+Green+Blue) = 41+156+170=367 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.17% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #299CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299CAA is #D66355. Grayscale: #7B7B7B. Windows color (decimal): -14050134 or 11181097. OLE color: 11181097.

HSL color Cylindrical-coordinate representation of color #299CAA: hue angle of 186.51º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #299CAA is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 156 170 -
CMYK 0.76 0.08 0 0.33
HSL 186.51º 0.61% 0.41% -
HSV(B) 186.51º 0.76% 0.67% -
XYZ 20.06 27.15 42.21 -
YUV 123.21 154.4 69.36 -
System Red Green Blue C M Y K H S L
Decimal 41 156 170 0.76 0.08 0 0.33 186.51 0.61 0.41
Hex 29 9C AA 4C 8 0 21 BB 3D 29
Octal 51 234 252 114 10 0 41 273 75 51
Binary 101001 10011100 10101010 1001100 1000 0 100001 10111011 111101 101001

Color Harmonies of #299CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299CAA

Black with #299CAA

Text Example


Text Example

White with #299CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #299CAA;
 }
 .AnyTagClassName
 {
   color: #299CAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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