Shades of Pelorous #2197CB
Tints of Pelorous #2197CB
RGB
CMYK
RGB Variations
Color information
#2197CB (or 0x2197CB) is known color: Pelorous. HEX triplet: 21, 97 and CB. RGB value is (33,151,203). Sum of RGB (Red+Green+Blue) = 33+151+203=387 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.53% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #2197CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2197CB is #DE6834. Grayscale: #797979. Windows color (decimal): -14575669 or 13342497. OLE color: 13342497.
HSL color Cylindrical-coordinate representation of color #2197CB: hue angle of 198.35º 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 #2197CB is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 151 | 203 | - |
| CMYK | 0.84 | 0.26 | 0 | 0.20 |
| HSL | 198.35º | 0.72% | 0.46% | - |
| HSV(B) | 198.35º | 0.84% | 0.8% | - |
| XYZ | 22.47 | 26.77 | 60.48 | - |
| YUV | 121.65 | 173.91 | 64.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 151 | 203 | 0.84 | 0.26 | 0 | 0.20 | 198.35 | 0.72 | 0.46 |
| Hex | 21 | 97 | CB | 54 | 1A | 0 | 14 | C6 | 48 | 2E |
| Octal | 41 | 227 | 313 | 124 | 32 | 0 | 24 | 306 | 110 | 56 |
| Binary | 100001 | 10010111 | 11001011 | 1010100 | 11010 | 0 | 10100 | 11000110 | 1001000 | 101110 |
Color Harmonies of #2197CB
Complementary color
Monochromatic Colors of #2197CB
Black with #2197CB
Text Example
Text Example
White with #2197CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2197CB; }
p { color: rgb(33,151,203); }
H1.HeaderClassName
{
color: #2197CB;
}
.AnyTagClassName
{
color: #2197CB;
}
</style>
background-color css
<style>
a { background-color: #2197CB; }
a { background-color: rgb(33,151,203); }
div.DivClassName
{
background-color: #2197CB;
}
.BgClassName
{
background-color: #2197CB;
}
</style>
border-color css
<style>
span { border-color: #2197CB; }
span { border-color: rgb(33,151,203); }
td.TdClassName
{
border-color: #2197CB;
}
.TagClassName
{
border-color: #2197CB;
}
</style>