Html Css Color HEX #249AA9 Pelorous

📋 copy color: '#249AA9'

red 36 ◦ green 154 ◦ blue 169

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

Shades of Pelorous #249AA9

Tints of Pelorous #249AA9

RGB

 RED value IS 36 (14.45% from 255) = 10.03%

 GREEN value IS 154 (60.55% from 255) = 42.9%

 BLUE value IS 169 (66.41% from 255) = 47.08%

R = 10.03%
G = 42.9%
B = 47.08%

CMYK

 C value IS 0.79

 M value IS 0.09

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#249AA9 (or 0x249AA9) is known color: Pelorous. HEX triplet: 24, 9A and A9. RGB value is (36,154,169). Sum of RGB (Red+Green+Blue) = 36+154+169=359 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.03% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 169 (66.41% from 255 or 47.08% from 359); Max value from RGB is 169 - color contains mainly: blue. Hex color #249AA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249AA9 is #DB6556. Grayscale: #787878. Windows color (decimal): -14378327 or 11115044. OLE color: 11115044.

HSL color Cylindrical-coordinate representation of color #249AA9: hue angle of 186.77º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #249AA9 is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 36 154 169 -
CMYK 0.79 0.09 0 0.34
HSL 186.77º 0.65% 0.4% -
HSV(B) 186.77º 0.79% 0.66% -
XYZ 19.44 26.35 41.6 -
YUV 120.43 155.41 67.78 -
System Red Green Blue C M Y K H S L
Decimal 36 154 169 0.79 0.09 0 0.34 186.77 0.65 0.4
Hex 24 9A A9 4F 9 0 22 BB 41 28
Octal 44 232 251 117 11 0 42 273 101 50
Binary 100100 10011010 10101001 1001111 1001 0 100010 10111011 1000001 101000

Color Harmonies of #249AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249AA9

Black with #249AA9

Text Example


Text Example

White with #249AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249AA9; }

 p { color: rgb(36,154,169); }

 H1.HeaderClassName
 {
   color: #249AA9;
 }
 .AnyTagClassName
 {
   color: #249AA9;
 }
</style>

background-color css

<style>
 a { background-color: #249AA9; }

 a { background-color: rgb(36,154,169); }

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

border-color css

<style>
 span { border-color: #249AA9; }

 span { border-color: rgb(36,154,169); }

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