Shades of Pelorous #219CBE
Tints of Pelorous #219CBE
RGB
CMYK
RGB Variations
Color information
#219CBE (or 0x219CBE) is known color: Pelorous. HEX triplet: 21, 9C and BE. RGB value is (33,156,190). Sum of RGB (Red+Green+Blue) = 33+156+190=379 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.71% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #219CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219CBE is #DE6341. Grayscale: #7A7A7A. Windows color (decimal): -14574402 or 12491809. OLE color: 12491809.
HSL color Cylindrical-coordinate representation of color #219CBE: hue angle of 192.99º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #219CBE is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 156 | 190 | - |
| CMYK | 0.83 | 0.18 | 0 | 0.25 |
| HSL | 192.99º | 0.7% | 0.44% | - |
| HSV(B) | 192.99º | 0.83% | 0.75% | - |
| XYZ | 21.81 | 27.82 | 52.94 | - |
| YUV | 123.1 | 165.75 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 156 | 190 | 0.83 | 0.18 | 0 | 0.25 | 192.99 | 0.7 | 0.44 |
| Hex | 21 | 9C | BE | 53 | 12 | 0 | 19 | C1 | 46 | 2C |
| Octal | 41 | 234 | 276 | 123 | 22 | 0 | 31 | 301 | 106 | 54 |
| Binary | 100001 | 10011100 | 10111110 | 1010011 | 10010 | 0 | 11001 | 11000001 | 1000110 | 101100 |
Color Harmonies of #219CBE
Complementary color
Monochromatic Colors of #219CBE
Black with #219CBE
Text Example
Text Example
White with #219CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219CBE; }
p { color: rgb(33,156,190); }
H1.HeaderClassName
{
color: #219CBE;
}
.AnyTagClassName
{
color: #219CBE;
}
</style>
background-color css
<style>
a { background-color: #219CBE; }
a { background-color: rgb(33,156,190); }
div.DivClassName
{
background-color: #219CBE;
}
.BgClassName
{
background-color: #219CBE;
}
</style>
border-color css
<style>
span { border-color: #219CBE; }
span { border-color: rgb(33,156,190); }
td.TdClassName
{
border-color: #219CBE;
}
.TagClassName
{
border-color: #219CBE;
}
</style>