#249AAA

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

Shades of Pelorous #249AAA

Tints of Pelorous #249AAA

Color information

#249AAA (or 0x249AAA) is unknown color: approx Pelorous. HEX triplet: 24, 9A and AA. RGB value is (36,154,170). Sum of RGB (Red+Green+Blue) = 36+154+170=360 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10% from 360); Green value is 154 (60.55% from 255 or 42.78% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #249AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249AAA is #DB6555. Grayscale: #787878. Windows color (decimal): -14378326 or 11180580. OLE color: 11180580.

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

Color convert

RGB36154170-
CMYK0.790.0900.33
HSL187.16º65.05%40.39%-
HSV(B)187.16º78.82%66.67%-
XYZ19.5426.3942.09-
YUV120.54155.9167.7-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10%
GREEN value IS 154 (60.55% from 255) = 42.78%
BLUE value IS 170 (66.80% from 255) = 47.22%
R=10%
G=42.78%
B=47.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal361541700.790.0900.33187.1665.0540.39
Hex249AAA4F9021bb4128
Octal442322521171104127310150
Binary1001001001101010101010100111110010100001101110111000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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