Shades of Pelorous #239ECB
Tints of Pelorous #239ECB
RGB
CMYK
RGB Variations
Color information
#239ECB (or 0x239ECB) is known color: Pelorous. HEX triplet: 23, 9E and CB. RGB value is (35,158,203). Sum of RGB (Red+Green+Blue) = 35+158+203=396 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.84% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #239ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239ECB is #DC6134. Grayscale: #7E7E7E. Windows color (decimal): -14442805 or 13344291. OLE color: 13344291.
HSL color Cylindrical-coordinate representation of color #239ECB: hue angle of 196.07º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #239ECB is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 158 | 203 | - |
| CMYK | 0.83 | 0.22 | 0 | 0.20 |
| HSL | 196.07º | 0.71% | 0.47% | - |
| HSV(B) | 196.07º | 0.83% | 0.8% | - |
| XYZ | 23.7 | 29.12 | 60.87 | - |
| YUV | 126.35 | 171.25 | 62.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 158 | 203 | 0.83 | 0.22 | 0 | 0.20 | 196.07 | 0.71 | 0.47 |
| Hex | 23 | 9E | CB | 53 | 16 | 0 | 14 | C4 | 47 | 2F |
| Octal | 43 | 236 | 313 | 123 | 26 | 0 | 24 | 304 | 107 | 57 |
| Binary | 100011 | 10011110 | 11001011 | 1010011 | 10110 | 0 | 10100 | 11000100 | 1000111 | 101111 |
Color Harmonies of #239ECB
Complementary color
Monochromatic Colors of #239ECB
Black with #239ECB
Text Example
Text Example
White with #239ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239ECB; }
p { color: rgb(35,158,203); }
H1.HeaderClassName
{
color: #239ECB;
}
.AnyTagClassName
{
color: #239ECB;
}
</style>
background-color css
<style>
a { background-color: #239ECB; }
a { background-color: rgb(35,158,203); }
div.DivClassName
{
background-color: #239ECB;
}
.BgClassName
{
background-color: #239ECB;
}
</style>
border-color css
<style>
span { border-color: #239ECB; }
span { border-color: rgb(35,158,203); }
td.TdClassName
{
border-color: #239ECB;
}
.TagClassName
{
border-color: #239ECB;
}
</style>