#249CA9

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

Shades of Pelorous #249CA9

Tints of Pelorous #249CA9

Color information

#249CA9 (or 0x249CA9) is unknown color: approx Pelorous. HEX triplet: 24, 9C and A9. RGB value is (36,156,169). Sum of RGB (Red+Green+Blue) = 36+156+169=361 (47% of max value = 765). Red value is 36 (14.45% from 255 or 9.97% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 169 (66.41% from 255 or 46.81% from 361); Max value from RGB is 169 - color contains mainly: blue. Hex color #249CA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249CA9 is #DB6356. Grayscale: #797979. Windows color (decimal): -14377815 or 11115556. OLE color: 11115556.

HSL color Cylindrical-coordinate representation of color #249CA9: hue angle of 185.86º 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 #249CA9 is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB36156169-
CMYK0.790.0800.34
HSL185.86º64.88%40.2%-
HSV(B)185.86º78.7%66.27%-
XYZ19.7827.0241.71-
YUV121.6154.7466.94-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.97%
GREEN value IS 156 (61.33% from 255) = 43.21%
BLUE value IS 169 (66.41% from 255) = 46.81%
R=9.97%
G=43.21%
B=46.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal361561690.790.0800.34185.8664.8840.2
Hex249CA94F8022ba4128
Octal442342511171004227210150
Binary1001001001110010101001100111110000100010101110101000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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