Shades of Pelorous #2199CD
Tints of Pelorous #2199CD
RGB
CMYK
RGB Variations
Color information
#2199CD (or 0x2199CD) is known color: Pelorous. HEX triplet: 21, 99 and CD. RGB value is (33,153,205). Sum of RGB (Red+Green+Blue) = 33+153+205=391 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.44% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #2199CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2199CD is #DE6632. Grayscale: #7A7A7A. Windows color (decimal): -14575155 or 13474081. OLE color: 13474081.
HSL color Cylindrical-coordinate representation of color #2199CD: hue angle of 198.14º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2199CD is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 153 | 205 | - |
| CMYK | 0.84 | 0.25 | 0 | 0.20 |
| HSL | 198.14º | 0.72% | 0.47% | - |
| HSV(B) | 198.14º | 0.84% | 0.8% | - |
| XYZ | 23.04 | 27.51 | 61.85 | - |
| YUV | 123.05 | 174.24 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 153 | 205 | 0.84 | 0.25 | 0 | 0.20 | 198.14 | 0.72 | 0.47 |
| Hex | 21 | 99 | CD | 54 | 19 | 0 | 14 | C6 | 48 | 2F |
| Octal | 41 | 231 | 315 | 124 | 31 | 0 | 24 | 306 | 110 | 57 |
| Binary | 100001 | 10011001 | 11001101 | 1010100 | 11001 | 0 | 10100 | 11000110 | 1001000 | 101111 |
Color Harmonies of #2199CD
Complementary color
Monochromatic Colors of #2199CD
Black with #2199CD
Text Example
Text Example
White with #2199CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2199CD; }
p { color: rgb(33,153,205); }
H1.HeaderClassName
{
color: #2199CD;
}
.AnyTagClassName
{
color: #2199CD;
}
</style>
background-color css
<style>
a { background-color: #2199CD; }
a { background-color: rgb(33,153,205); }
div.DivClassName
{
background-color: #2199CD;
}
.BgClassName
{
background-color: #2199CD;
}
</style>
border-color css
<style>
span { border-color: #2199CD; }
span { border-color: rgb(33,153,205); }
td.TdClassName
{
border-color: #2199CD;
}
.TagClassName
{
border-color: #2199CD;
}
</style>