Shades of Pelorous #2396D0
Tints of Pelorous #2396D0
RGB
CMYK
RGB Variations
Color information
#2396D0 (or 0x2396D0) is known color: Pelorous. HEX triplet: 23, 96 and D0. RGB value is (35,150,208). Sum of RGB (Red+Green+Blue) = 35+150+208=393 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.91% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 208 (81.64% from 255 or 52.93% from 393); Max value from RGB is 208 - color contains mainly: blue. Hex color #2396D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2396D0 is #DC692F. Grayscale: #797979. Windows color (decimal): -14444848 or 13669923. OLE color: 13669923.
HSL color Cylindrical-coordinate representation of color #2396D0: hue angle of 200.12º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2396D0 is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 35 | 150 | 208 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.18 |
| HSL | 200.12º | 0.71% | 0.48% | - |
| HSV(B) | 200.12º | 0.83% | 0.82% | - |
| XYZ | 22.98 | 26.72 | 63.62 | - |
| YUV | 122.23 | 176.4 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 150 | 208 | 0.83 | 0.28 | 0 | 0.18 | 200.12 | 0.71 | 0.48 |
| Hex | 23 | 96 | D0 | 53 | 1C | 0 | 12 | C8 | 47 | 30 |
| Octal | 43 | 226 | 320 | 123 | 34 | 0 | 22 | 310 | 107 | 60 |
| Binary | 100011 | 10010110 | 11010000 | 1010011 | 11100 | 0 | 10010 | 11001000 | 1000111 | 110000 |
Color Harmonies of #2396D0
Complementary color
Monochromatic Colors of #2396D0
Black with #2396D0
Text Example
Text Example
White with #2396D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2396D0; }
p { color: rgb(35,150,208); }
H1.HeaderClassName
{
color: #2396D0;
}
.AnyTagClassName
{
color: #2396D0;
}
</style>
background-color css
<style>
a { background-color: #2396D0; }
a { background-color: rgb(35,150,208); }
div.DivClassName
{
background-color: #2396D0;
}
.BgClassName
{
background-color: #2396D0;
}
</style>
border-color css
<style>
span { border-color: #2396D0; }
span { border-color: rgb(35,150,208); }
td.TdClassName
{
border-color: #2396D0;
}
.TagClassName
{
border-color: #2396D0;
}
</style>