Shades of Pelorous #2199CC
Tints of Pelorous #2199CC
RGB
CMYK
RGB Variations
Color information
#2199CC (or 0x2199CC) is known color: Pelorous. HEX triplet: 21, 99 and CC. RGB value is (33,153,204). Sum of RGB (Red+Green+Blue) = 33+153+204=390 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.46% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #2199CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2199CC is #DE6633. Grayscale: #7A7A7A. Windows color (decimal): -14575156 or 13408545. OLE color: 13408545.
HSL color Cylindrical-coordinate representation of color #2199CC: hue angle of 197.89º 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 #2199CC is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 153 | 204 | - |
| CMYK | 0.84 | 0.25 | 0 | 0.2 |
| HSL | 197.89º | 0.72% | 0.46% | - |
| HSV(B) | 197.89º | 0.84% | 0.8% | - |
| XYZ | 22.92 | 27.47 | 61.22 | - |
| YUV | 122.93 | 173.74 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 153 | 204 | 0.84 | 0.25 | 0 | 0.2 | 197.89 | 0.72 | 0.46 |
| Hex | 21 | 99 | CC | 54 | 19 | 0 | 14 | C6 | 48 | 2E |
| Octal | 41 | 231 | 314 | 124 | 31 | 0 | 24 | 306 | 110 | 56 |
| Binary | 100001 | 10011001 | 11001100 | 1010100 | 11001 | 0 | 10100 | 11000110 | 1001000 | 101110 |
Color Harmonies of #2199CC
Complementary color
Monochromatic Colors of #2199CC
Black with #2199CC
Text Example
Text Example
White with #2199CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2199CC; }
p { color: rgb(33,153,204); }
H1.HeaderClassName
{
color: #2199CC;
}
.AnyTagClassName
{
color: #2199CC;
}
</style>
background-color css
<style>
a { background-color: #2199CC; }
a { background-color: rgb(33,153,204); }
div.DivClassName
{
background-color: #2199CC;
}
.BgClassName
{
background-color: #2199CC;
}
</style>
border-color css
<style>
span { border-color: #2199CC; }
span { border-color: rgb(33,153,204); }
td.TdClassName
{
border-color: #2199CC;
}
.TagClassName
{
border-color: #2199CC;
}
</style>