Shades of Pelorous #249ECB
Tints of Pelorous #249ECB
RGB
CMYK
RGB Variations
Color information
#249ECB (or 0x249ECB) is known color: Pelorous. HEX triplet: 24, 9E and CB. RGB value is (36,158,203). Sum of RGB (Red+Green+Blue) = 36+158+203=397 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.07% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #249ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249ECB is #DB6134. Grayscale: #7E7E7E. Windows color (decimal): -14377269 or 13344292. OLE color: 13344292.
HSL color Cylindrical-coordinate representation of color #249ECB: hue angle of 196.17º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #249ECB is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 158 | 203 | - |
| CMYK | 0.82 | 0.22 | 0 | 0.20 |
| HSL | 196.17º | 0.7% | 0.47% | - |
| HSV(B) | 196.17º | 0.82% | 0.8% | - |
| XYZ | 23.73 | 29.14 | 60.87 | - |
| YUV | 126.65 | 171.08 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 158 | 203 | 0.82 | 0.22 | 0 | 0.20 | 196.17 | 0.7 | 0.47 |
| Hex | 24 | 9E | CB | 52 | 16 | 0 | 14 | C4 | 46 | 2F |
| Octal | 44 | 236 | 313 | 122 | 26 | 0 | 24 | 304 | 106 | 57 |
| Binary | 100100 | 10011110 | 11001011 | 1010010 | 10110 | 0 | 10100 | 11000100 | 1000110 | 101111 |
Color Harmonies of #249ECB
Complementary color
Monochromatic Colors of #249ECB
Black with #249ECB
Text Example
Text Example
White with #249ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249ECB; }
p { color: rgb(36,158,203); }
H1.HeaderClassName
{
color: #249ECB;
}
.AnyTagClassName
{
color: #249ECB;
}
</style>
background-color css
<style>
a { background-color: #249ECB; }
a { background-color: rgb(36,158,203); }
div.DivClassName
{
background-color: #249ECB;
}
.BgClassName
{
background-color: #249ECB;
}
</style>
border-color css
<style>
span { border-color: #249ECB; }
span { border-color: rgb(36,158,203); }
td.TdClassName
{
border-color: #249ECB;
}
.TagClassName
{
border-color: #249ECB;
}
</style>