Shades of Pelorous #2197CC
Tints of Pelorous #2197CC
RGB
CMYK
RGB Variations
Color information
#2197CC (or 0x2197CC) is known color: Pelorous. HEX triplet: 21, 97 and CC. RGB value is (33,151,204). Sum of RGB (Red+Green+Blue) = 33+151+204=388 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.51% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #2197CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2197CC is #DE6833. Grayscale: #797979. Windows color (decimal): -14575668 or 13408033. OLE color: 13408033.
HSL color Cylindrical-coordinate representation of color #2197CC: hue angle of 198.6º 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 #2197CC is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 151 | 204 | - |
| CMYK | 0.84 | 0.26 | 0 | 0.2 |
| HSL | 198.6º | 0.72% | 0.46% | - |
| HSV(B) | 198.6º | 0.84% | 0.8% | - |
| XYZ | 22.59 | 26.82 | 61.11 | - |
| YUV | 121.76 | 174.41 | 64.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 151 | 204 | 0.84 | 0.26 | 0 | 0.2 | 198.6 | 0.72 | 0.46 |
| Hex | 21 | 97 | CC | 54 | 1A | 0 | 14 | C7 | 48 | 2E |
| Octal | 41 | 227 | 314 | 124 | 32 | 0 | 24 | 307 | 110 | 56 |
| Binary | 100001 | 10010111 | 11001100 | 1010100 | 11010 | 0 | 10100 | 11000111 | 1001000 | 101110 |
Color Harmonies of #2197CC
Complementary color
Monochromatic Colors of #2197CC
Black with #2197CC
Text Example
Text Example
White with #2197CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2197CC; }
p { color: rgb(33,151,204); }
H1.HeaderClassName
{
color: #2197CC;
}
.AnyTagClassName
{
color: #2197CC;
}
</style>
background-color css
<style>
a { background-color: #2197CC; }
a { background-color: rgb(33,151,204); }
div.DivClassName
{
background-color: #2197CC;
}
.BgClassName
{
background-color: #2197CC;
}
</style>
border-color css
<style>
span { border-color: #2197CC; }
span { border-color: rgb(33,151,204); }
td.TdClassName
{
border-color: #2197CC;
}
.TagClassName
{
border-color: #2197CC;
}
</style>