Shades of Pelorous #218ECC
Tints of Pelorous #218ECC
RGB
CMYK
RGB Variations
Color information
#218ECC (or 0x218ECC) is known color: Pelorous. HEX triplet: 21, 8E and CC. RGB value is (33,142,204). Sum of RGB (Red+Green+Blue) = 33+142+204=379 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.71% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #218ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218ECC is #DE7133. Grayscale: #747474. Windows color (decimal): -14577972 or 13405729. OLE color: 13405729.
HSL color Cylindrical-coordinate representation of color #218ECC: hue angle of 201.75º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #218ECC is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 142 | 204 | - |
| CMYK | 0.84 | 0.30 | 0 | 0.2 |
| HSL | 201.75º | 0.72% | 0.46% | - |
| HSV(B) | 201.75º | 0.84% | 0.8% | - |
| XYZ | 21.2 | 24.03 | 60.65 | - |
| YUV | 116.48 | 177.39 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 142 | 204 | 0.84 | 0.30 | 0 | 0.2 | 201.75 | 0.72 | 0.46 |
| Hex | 21 | 8E | CC | 54 | 1E | 0 | 14 | CA | 48 | 2E |
| Octal | 41 | 216 | 314 | 124 | 36 | 0 | 24 | 312 | 110 | 56 |
| Binary | 100001 | 10001110 | 11001100 | 1010100 | 11110 | 0 | 10100 | 11001010 | 1001000 | 101110 |
Color Harmonies of #218ECC
Complementary color
Monochromatic Colors of #218ECC
Black with #218ECC
Text Example
Text Example
White with #218ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218ECC; }
p { color: rgb(33,142,204); }
H1.HeaderClassName
{
color: #218ECC;
}
.AnyTagClassName
{
color: #218ECC;
}
</style>
background-color css
<style>
a { background-color: #218ECC; }
a { background-color: rgb(33,142,204); }
div.DivClassName
{
background-color: #218ECC;
}
.BgClassName
{
background-color: #218ECC;
}
</style>
border-color css
<style>
span { border-color: #218ECC; }
span { border-color: rgb(33,142,204); }
td.TdClassName
{
border-color: #218ECC;
}
.TagClassName
{
border-color: #218ECC;
}
</style>