Shades of Pelorous #2496CE
Tints of Pelorous #2496CE
RGB
CMYK
RGB Variations
Color information
#2496CE (or 0x2496CE) is known color: Pelorous. HEX triplet: 24, 96 and CE. RGB value is (36,150,206). Sum of RGB (Red+Green+Blue) = 36+150+206=392 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.18% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #2496CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2496CE is #DB6931. Grayscale: #797979. Windows color (decimal): -14379314 or 13538852. OLE color: 13538852.
HSL color Cylindrical-coordinate representation of color #2496CE: hue angle of 199.76º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2496CE is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 150 | 206 | - |
| CMYK | 0.83 | 0.27 | 0 | 0.19 |
| HSL | 199.76º | 0.7% | 0.47% | - |
| HSV(B) | 199.76º | 0.83% | 0.81% | - |
| XYZ | 22.77 | 26.64 | 62.33 | - |
| YUV | 122.3 | 175.23 | 66.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 150 | 206 | 0.83 | 0.27 | 0 | 0.19 | 199.76 | 0.7 | 0.47 |
| Hex | 24 | 96 | CE | 53 | 1B | 0 | 13 | C8 | 46 | 2F |
| Octal | 44 | 226 | 316 | 123 | 33 | 0 | 23 | 310 | 106 | 57 |
| Binary | 100100 | 10010110 | 11001110 | 1010011 | 11011 | 0 | 10011 | 11001000 | 1000110 | 101111 |
Color Harmonies of #2496CE
Complementary color
Monochromatic Colors of #2496CE
Black with #2496CE
Text Example
Text Example
White with #2496CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2496CE; }
p { color: rgb(36,150,206); }
H1.HeaderClassName
{
color: #2496CE;
}
.AnyTagClassName
{
color: #2496CE;
}
</style>
background-color css
<style>
a { background-color: #2496CE; }
a { background-color: rgb(36,150,206); }
div.DivClassName
{
background-color: #2496CE;
}
.BgClassName
{
background-color: #2496CE;
}
</style>
border-color css
<style>
span { border-color: #2496CE; }
span { border-color: rgb(36,150,206); }
td.TdClassName
{
border-color: #2496CE;
}
.TagClassName
{
border-color: #2496CE;
}
</style>