Shades of Pelorous #2191CB
Tints of Pelorous #2191CB
RGB
CMYK
RGB Variations
Color information
#2191CB (or 0x2191CB) is known color: Pelorous. HEX triplet: 21, 91 and CB. RGB value is (33,145,203). Sum of RGB (Red+Green+Blue) = 33+145+203=381 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.66% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #2191CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2191CB is #DE6E34. Grayscale: #757575. Windows color (decimal): -14577205 or 13340961. OLE color: 13340961.
HSL color Cylindrical-coordinate representation of color #2191CB: hue angle of 200.47º 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 #2191CB is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 145 | 203 | - |
| CMYK | 0.84 | 0.29 | 0 | 0.20 |
| HSL | 200.47º | 0.72% | 0.46% | - |
| HSV(B) | 200.47º | 0.84% | 0.8% | - |
| XYZ | 21.53 | 24.89 | 60.17 | - |
| YUV | 118.12 | 175.89 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 145 | 203 | 0.84 | 0.29 | 0 | 0.20 | 200.47 | 0.72 | 0.46 |
| Hex | 21 | 91 | CB | 54 | 1D | 0 | 14 | C8 | 48 | 2E |
| Octal | 41 | 221 | 313 | 124 | 35 | 0 | 24 | 310 | 110 | 56 |
| Binary | 100001 | 10010001 | 11001011 | 1010100 | 11101 | 0 | 10100 | 11001000 | 1001000 | 101110 |
Color Harmonies of #2191CB
Complementary color
Monochromatic Colors of #2191CB
Black with #2191CB
Text Example
Text Example
White with #2191CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2191CB; }
p { color: rgb(33,145,203); }
H1.HeaderClassName
{
color: #2191CB;
}
.AnyTagClassName
{
color: #2191CB;
}
</style>
background-color css
<style>
a { background-color: #2191CB; }
a { background-color: rgb(33,145,203); }
div.DivClassName
{
background-color: #2191CB;
}
.BgClassName
{
background-color: #2191CB;
}
</style>
border-color css
<style>
span { border-color: #2191CB; }
span { border-color: rgb(33,145,203); }
td.TdClassName
{
border-color: #2191CB;
}
.TagClassName
{
border-color: #2191CB;
}
</style>