Shades of Pelorous #249CA9
Tints of Pelorous #249CA9
RGB
CMYK
RGB Variations
Color information
#249CA9 (or 0x249CA9) is known color: 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
| RGB | 36 | 156 | 169 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.34 |
| HSL | 185.86º | 0.65% | 0.4% | - |
| HSV(B) | 185.86º | 0.79% | 0.66% | - |
| XYZ | 19.78 | 27.02 | 41.71 | - |
| YUV | 121.6 | 154.74 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 156 | 169 | 0.79 | 0.08 | 0 | 0.34 | 185.86 | 0.65 | 0.4 |
| Hex | 24 | 9C | A9 | 4F | 8 | 0 | 22 | BA | 41 | 28 |
| Octal | 44 | 234 | 251 | 117 | 10 | 0 | 42 | 272 | 101 | 50 |
| Binary | 100100 | 10011100 | 10101001 | 1001111 | 1000 | 0 | 100010 | 10111010 | 1000001 | 101000 |
Color Harmonies of #249CA9
Complementary color
Monochromatic Colors of #249CA9
Black with #249CA9
Text Example
Text Example
White with #249CA9
Text Example
Text Example
HTML Codes & Css Web 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>