Shades of Pelorous #219CCC
Tints of Pelorous #219CCC
RGB
CMYK
RGB Variations
Color information
#219CCC (or 0x219CCC) is known color: Pelorous. HEX triplet: 21, 9C and CC. RGB value is (33,156,204). Sum of RGB (Red+Green+Blue) = 33+156+204=393 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.40% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #219CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219CCC is #DE6333. Grayscale: #7C7C7C. Windows color (decimal): -14574388 or 13409313. OLE color: 13409313.
HSL color Cylindrical-coordinate representation of color #219CCC: hue angle of 196.84º 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 #219CCC is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 156 | 204 | - |
| CMYK | 0.84 | 0.24 | 0 | 0.2 |
| HSL | 196.84º | 0.72% | 0.46% | - |
| HSV(B) | 196.84º | 0.84% | 0.8% | - |
| XYZ | 23.41 | 28.46 | 61.39 | - |
| YUV | 124.7 | 172.75 | 62.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 156 | 204 | 0.84 | 0.24 | 0 | 0.2 | 196.84 | 0.72 | 0.46 |
| Hex | 21 | 9C | CC | 54 | 18 | 0 | 14 | C5 | 48 | 2E |
| Octal | 41 | 234 | 314 | 124 | 30 | 0 | 24 | 305 | 110 | 56 |
| Binary | 100001 | 10011100 | 11001100 | 1010100 | 11000 | 0 | 10100 | 11000101 | 1001000 | 101110 |
Color Harmonies of #219CCC
Complementary color
Monochromatic Colors of #219CCC
Black with #219CCC
Text Example
Text Example
White with #219CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219CCC; }
p { color: rgb(33,156,204); }
H1.HeaderClassName
{
color: #219CCC;
}
.AnyTagClassName
{
color: #219CCC;
}
</style>
background-color css
<style>
a { background-color: #219CCC; }
a { background-color: rgb(33,156,204); }
div.DivClassName
{
background-color: #219CCC;
}
.BgClassName
{
background-color: #219CCC;
}
</style>
border-color css
<style>
span { border-color: #219CCC; }
span { border-color: rgb(33,156,204); }
td.TdClassName
{
border-color: #219CCC;
}
.TagClassName
{
border-color: #219CCC;
}
</style>