Shades of Pelorous #238ECC
Tints of Pelorous #238ECC
RGB
CMYK
RGB Variations
Color information
#238ECC (or 0x238ECC) is known color: Pelorous. HEX triplet: 23, 8E and CC. RGB value is (35,142,204). Sum of RGB (Red+Green+Blue) = 35+142+204=381 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.19% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #238ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238ECC is #DC7133. Grayscale: #747474. Windows color (decimal): -14446900 or 13405731. OLE color: 13405731.
HSL color Cylindrical-coordinate representation of color #238ECC: hue angle of 202.01º 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 #238ECC is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 35 | 142 | 204 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.2 |
| HSL | 202.01º | 0.71% | 0.47% | - |
| HSV(B) | 202.01º | 0.83% | 0.8% | - |
| XYZ | 21.27 | 24.06 | 60.65 | - |
| YUV | 117.08 | 177.05 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 142 | 204 | 0.83 | 0.30 | 0 | 0.2 | 202.01 | 0.71 | 0.47 |
| Hex | 23 | 8E | CC | 53 | 1E | 0 | 14 | CA | 47 | 2F |
| Octal | 43 | 216 | 314 | 123 | 36 | 0 | 24 | 312 | 107 | 57 |
| Binary | 100011 | 10001110 | 11001100 | 1010011 | 11110 | 0 | 10100 | 11001010 | 1000111 | 101111 |
Color Harmonies of #238ECC
Complementary color
Monochromatic Colors of #238ECC
Black with #238ECC
Text Example
Text Example
White with #238ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238ECC; }
p { color: rgb(35,142,204); }
H1.HeaderClassName
{
color: #238ECC;
}
.AnyTagClassName
{
color: #238ECC;
}
</style>
background-color css
<style>
a { background-color: #238ECC; }
a { background-color: rgb(35,142,204); }
div.DivClassName
{
background-color: #238ECC;
}
.BgClassName
{
background-color: #238ECC;
}
</style>
border-color css
<style>
span { border-color: #238ECC; }
span { border-color: rgb(35,142,204); }
td.TdClassName
{
border-color: #238ECC;
}
.TagClassName
{
border-color: #238ECC;
}
</style>