Shades of Pelorous #219CCB
Tints of Pelorous #219CCB
RGB
CMYK
RGB Variations
Color information
#219CCB (or 0x219CCB) is known color: Pelorous. HEX triplet: 21, 9C and CB. RGB value is (33,156,203). Sum of RGB (Red+Green+Blue) = 33+156+203=392 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.42% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #219CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219CCB is #DE6334. Grayscale: #7C7C7C. Windows color (decimal): -14574389 or 13343777. OLE color: 13343777.
HSL color Cylindrical-coordinate representation of color #219CCB: hue angle of 196.59º 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 #219CCB is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 156 | 203 | - |
| CMYK | 0.84 | 0.23 | 0 | 0.20 |
| HSL | 196.59º | 0.72% | 0.46% | - |
| HSV(B) | 196.59º | 0.84% | 0.8% | - |
| XYZ | 23.3 | 28.41 | 60.76 | - |
| YUV | 124.58 | 172.25 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 156 | 203 | 0.84 | 0.23 | 0 | 0.20 | 196.59 | 0.72 | 0.46 |
| Hex | 21 | 9C | CB | 54 | 17 | 0 | 14 | C5 | 48 | 2E |
| Octal | 41 | 234 | 313 | 124 | 27 | 0 | 24 | 305 | 110 | 56 |
| Binary | 100001 | 10011100 | 11001011 | 1010100 | 10111 | 0 | 10100 | 11000101 | 1001000 | 101110 |
Color Harmonies of #219CCB
Complementary color
Monochromatic Colors of #219CCB
Black with #219CCB
Text Example
Text Example
White with #219CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219CCB; }
p { color: rgb(33,156,203); }
H1.HeaderClassName
{
color: #219CCB;
}
.AnyTagClassName
{
color: #219CCB;
}
</style>
background-color css
<style>
a { background-color: #219CCB; }
a { background-color: rgb(33,156,203); }
div.DivClassName
{
background-color: #219CCB;
}
.BgClassName
{
background-color: #219CCB;
}
</style>
border-color css
<style>
span { border-color: #219CCB; }
span { border-color: rgb(33,156,203); }
td.TdClassName
{
border-color: #219CCB;
}
.TagClassName
{
border-color: #219CCB;
}
</style>