Shades of Pelorous #249AA8
Tints of Pelorous #249AA8
RGB
CMYK
RGB Variations
Color information
#249AA8 (or 0x249AA8) is known color: Pelorous. HEX triplet: 24, 9A and A8. RGB value is (36,154,168). Sum of RGB (Red+Green+Blue) = 36+154+168=358 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.06% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 168 (66.02% from 255 or 46.93% from 358); Max value from RGB is 168 - color contains mainly: blue. Hex color #249AA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249AA8 is #DB6557. Grayscale: #787878. Windows color (decimal): -14378328 or 11049508. OLE color: 11049508.
HSL color Cylindrical-coordinate representation of color #249AA8: hue angle of 186.36º 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 #249AA8 is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 36 | 154 | 168 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.34 |
| HSL | 186.36º | 0.65% | 0.4% | - |
| HSV(B) | 186.36º | 0.79% | 0.66% | - |
| XYZ | 19.35 | 26.31 | 41.1 | - |
| YUV | 120.31 | 154.91 | 67.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 154 | 168 | 0.79 | 0.08 | 0 | 0.34 | 186.36 | 0.65 | 0.4 |
| Hex | 24 | 9A | A8 | 4F | 8 | 0 | 22 | BA | 41 | 28 |
| Octal | 44 | 232 | 250 | 117 | 10 | 0 | 42 | 272 | 101 | 50 |
| Binary | 100100 | 10011010 | 10101000 | 1001111 | 1000 | 0 | 100010 | 10111010 | 1000001 | 101000 |
Color Harmonies of #249AA8
Complementary color
Monochromatic Colors of #249AA8
Black with #249AA8
Text Example
Text Example
White with #249AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249AA8; }
p { color: rgb(36,154,168); }
H1.HeaderClassName
{
color: #249AA8;
}
.AnyTagClassName
{
color: #249AA8;
}
</style>
background-color css
<style>
a { background-color: #249AA8; }
a { background-color: rgb(36,154,168); }
div.DivClassName
{
background-color: #249AA8;
}
.BgClassName
{
background-color: #249AA8;
}
</style>
border-color css
<style>
span { border-color: #249AA8; }
span { border-color: rgb(36,154,168); }
td.TdClassName
{
border-color: #249AA8;
}
.TagClassName
{
border-color: #249AA8;
}
</style>