Shades of Pelorous #219EB2
Tints of Pelorous #219EB2
RGB
CMYK
RGB Variations
Color information
#219EB2 (or 0x219EB2) is known color: Pelorous. HEX triplet: 21, 9E and B2. RGB value is (33,158,178). Sum of RGB (Red+Green+Blue) = 33+158+178=369 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.94% from 369); Green value is 158 (62.11% from 255 or 42.82% from 369); Blue value is 178 (69.92% from 255 or 48.24% from 369); Max value from RGB is 178 - color contains mainly: blue. Hex color #219EB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219EB2 is #DE614D. Grayscale: #7A7A7A. Windows color (decimal): -14573902 or 11705889. OLE color: 11705889.
HSL color Cylindrical-coordinate representation of color #219EB2: hue angle of 188.28º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #219EB2 is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 158 | 178 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.30 |
| HSL | 188.28º | 0.69% | 0.41% | - |
| HSV(B) | 188.28º | 0.81% | 0.7% | - |
| XYZ | 20.89 | 27.99 | 46.42 | - |
| YUV | 122.91 | 159.09 | 63.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 158 | 178 | 0.81 | 0.11 | 0 | 0.30 | 188.28 | 0.69 | 0.41 |
| Hex | 21 | 9E | B2 | 51 | B | 0 | 1E | BC | 45 | 29 |
| Octal | 41 | 236 | 262 | 121 | 13 | 0 | 36 | 274 | 105 | 51 |
| Binary | 100001 | 10011110 | 10110010 | 1010001 | 1011 | 0 | 11110 | 10111100 | 1000101 | 101001 |
Color Harmonies of #219EB2
Complementary color
Monochromatic Colors of #219EB2
Black with #219EB2
Text Example
Text Example
White with #219EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219EB2; }
p { color: rgb(33,158,178); }
H1.HeaderClassName
{
color: #219EB2;
}
.AnyTagClassName
{
color: #219EB2;
}
</style>
background-color css
<style>
a { background-color: #219EB2; }
a { background-color: rgb(33,158,178); }
div.DivClassName
{
background-color: #219EB2;
}
.BgClassName
{
background-color: #219EB2;
}
</style>
border-color css
<style>
span { border-color: #219EB2; }
span { border-color: rgb(33,158,178); }
td.TdClassName
{
border-color: #219EB2;
}
.TagClassName
{
border-color: #219EB2;
}
</style>