Shades of Pelorous #249BA9
Tints of Pelorous #249BA9
RGB
CMYK
RGB Variations
Color information
#249BA9 (or 0x249BA9) is known color: Pelorous. HEX triplet: 24, 9B and A9. RGB value is (36,155,169). Sum of RGB (Red+Green+Blue) = 36+155+169=360 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 169 (66.41% from 255 or 46.94% from 360); Max value from RGB is 169 - color contains mainly: blue. Hex color #249BA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249BA9 is #DB6456. Grayscale: #787878. Windows color (decimal): -14378071 or 11115300. OLE color: 11115300.
HSL color Cylindrical-coordinate representation of color #249BA9: hue angle of 186.32º 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 #249BA9 is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 36 | 155 | 169 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.34 |
| HSL | 186.32º | 0.65% | 0.4% | - |
| HSV(B) | 186.32º | 0.79% | 0.66% | - |
| XYZ | 19.61 | 26.68 | 41.65 | - |
| YUV | 121.02 | 155.08 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 155 | 169 | 0.79 | 0.08 | 0 | 0.34 | 186.32 | 0.65 | 0.4 |
| Hex | 24 | 9B | A9 | 4F | 8 | 0 | 22 | BA | 41 | 28 |
| Octal | 44 | 233 | 251 | 117 | 10 | 0 | 42 | 272 | 101 | 50 |
| Binary | 100100 | 10011011 | 10101001 | 1001111 | 1000 | 0 | 100010 | 10111010 | 1000001 | 101000 |
Color Harmonies of #249BA9
Complementary color
Monochromatic Colors of #249BA9
Black with #249BA9
Text Example
Text Example
White with #249BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249BA9; }
p { color: rgb(36,155,169); }
H1.HeaderClassName
{
color: #249BA9;
}
.AnyTagClassName
{
color: #249BA9;
}
</style>
background-color css
<style>
a { background-color: #249BA9; }
a { background-color: rgb(36,155,169); }
div.DivClassName
{
background-color: #249BA9;
}
.BgClassName
{
background-color: #249BA9;
}
</style>
border-color css
<style>
span { border-color: #249BA9; }
span { border-color: rgb(36,155,169); }
td.TdClassName
{
border-color: #249BA9;
}
.TagClassName
{
border-color: #249BA9;
}
</style>