Shades of Pelorous #2191CA
Tints of Pelorous #2191CA
RGB
CMYK
RGB Variations
Color information
#2191CA (or 0x2191CA) is known color: Pelorous. HEX triplet: 21, 91 and CA. RGB value is (33,145,202). Sum of RGB (Red+Green+Blue) = 33+145+202=380 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.68% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #2191CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2191CA is #DE6E35. Grayscale: #757575. Windows color (decimal): -14577206 or 13275425. OLE color: 13275425.
HSL color Cylindrical-coordinate representation of color #2191CA: hue angle of 200.24º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2191CA is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 145 | 202 | - |
| CMYK | 0.84 | 0.28 | 0 | 0.21 |
| HSL | 200.24º | 0.72% | 0.46% | - |
| HSV(B) | 200.24º | 0.84% | 0.79% | - |
| XYZ | 21.41 | 24.84 | 59.54 | - |
| YUV | 118.01 | 175.39 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 145 | 202 | 0.84 | 0.28 | 0 | 0.21 | 200.24 | 0.72 | 0.46 |
| Hex | 21 | 91 | CA | 54 | 1C | 0 | 15 | C8 | 48 | 2E |
| Octal | 41 | 221 | 312 | 124 | 34 | 0 | 25 | 310 | 110 | 56 |
| Binary | 100001 | 10010001 | 11001010 | 1010100 | 11100 | 0 | 10101 | 11001000 | 1001000 | 101110 |
Color Harmonies of #2191CA
Complementary color
Monochromatic Colors of #2191CA
Black with #2191CA
Text Example
Text Example
White with #2191CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2191CA; }
p { color: rgb(33,145,202); }
H1.HeaderClassName
{
color: #2191CA;
}
.AnyTagClassName
{
color: #2191CA;
}
</style>
background-color css
<style>
a { background-color: #2191CA; }
a { background-color: rgb(33,145,202); }
div.DivClassName
{
background-color: #2191CA;
}
.BgClassName
{
background-color: #2191CA;
}
</style>
border-color css
<style>
span { border-color: #2191CA; }
span { border-color: rgb(33,145,202); }
td.TdClassName
{
border-color: #2191CA;
}
.TagClassName
{
border-color: #2191CA;
}
</style>