Shades of Pelorous #249AAA
Tints of Pelorous #249AAA
RGB
CMYK
RGB Variations
Color information
#249AAA (or 0x249AAA) is known color: 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
| RGB | 36 | 154 | 170 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.33 |
| HSL | 187.16º | 0.65% | 0.4% | - |
| HSV(B) | 187.16º | 0.79% | 0.67% | - |
| XYZ | 19.54 | 26.39 | 42.09 | - |
| YUV | 120.54 | 155.91 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 154 | 170 | 0.79 | 0.09 | 0 | 0.33 | 187.16 | 0.65 | 0.4 |
| Hex | 24 | 9A | AA | 4F | 9 | 0 | 21 | BB | 41 | 28 |
| Octal | 44 | 232 | 252 | 117 | 11 | 0 | 41 | 273 | 101 | 50 |
| Binary | 100100 | 10011010 | 10101010 | 1001111 | 1001 | 0 | 100001 | 10111011 | 1000001 | 101000 |
Color Harmonies of #249AAA
Complementary color
Monochromatic Colors of #249AAA
Black with #249AAA
Text Example
Text Example
White with #249AAA
Text Example
Text Example
HTML Codes & Css Web 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>