Shades of Pelorous #219CB2
Tints of Pelorous #219CB2
RGB
CMYK
RGB Variations
Color information
#219CB2 (or 0x219CB2) is known color: Pelorous. HEX triplet: 21, 9C and B2. RGB value is (33,156,178). Sum of RGB (Red+Green+Blue) = 33+156+178=367 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.99% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 178 (69.92% from 255 or 48.50% from 367); Max value from RGB is 178 - color contains mainly: blue. Hex color #219CB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219CB2 is #DE634D. Grayscale: #797979. Windows color (decimal): -14574414 or 11705377. OLE color: 11705377.
HSL color Cylindrical-coordinate representation of color #219CB2: hue angle of 189.1º 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 #219CB2 is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 156 | 178 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.30 |
| HSL | 189.1º | 0.69% | 0.41% | - |
| HSV(B) | 189.1º | 0.81% | 0.7% | - |
| XYZ | 20.55 | 27.31 | 46.31 | - |
| YUV | 121.73 | 159.75 | 64.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 156 | 178 | 0.81 | 0.12 | 0 | 0.30 | 189.1 | 0.69 | 0.41 |
| Hex | 21 | 9C | B2 | 51 | C | 0 | 1E | BD | 45 | 29 |
| Octal | 41 | 234 | 262 | 121 | 14 | 0 | 36 | 275 | 105 | 51 |
| Binary | 100001 | 10011100 | 10110010 | 1010001 | 1100 | 0 | 11110 | 10111101 | 1000101 | 101001 |
Color Harmonies of #219CB2
Complementary color
Monochromatic Colors of #219CB2
Black with #219CB2
Text Example
Text Example
White with #219CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219CB2; }
p { color: rgb(33,156,178); }
H1.HeaderClassName
{
color: #219CB2;
}
.AnyTagClassName
{
color: #219CB2;
}
</style>
background-color css
<style>
a { background-color: #219CB2; }
a { background-color: rgb(33,156,178); }
div.DivClassName
{
background-color: #219CB2;
}
.BgClassName
{
background-color: #219CB2;
}
</style>
border-color css
<style>
span { border-color: #219CB2; }
span { border-color: rgb(33,156,178); }
td.TdClassName
{
border-color: #219CB2;
}
.TagClassName
{
border-color: #219CB2;
}
</style>