Shades of Pelorous #2191CC
Tints of Pelorous #2191CC
RGB
CMYK
RGB Variations
Color information
#2191CC (or 0x2191CC) is known color: Pelorous. HEX triplet: 21, 91 and CC. RGB value is (33,145,204). Sum of RGB (Red+Green+Blue) = 33+145+204=382 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.64% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #2191CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2191CC is #DE6E33. Grayscale: #757575. Windows color (decimal): -14577204 or 13406497. OLE color: 13406497.
HSL color Cylindrical-coordinate representation of color #2191CC: hue angle of 200.7º 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 #2191CC is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 145 | 204 | - |
| CMYK | 0.84 | 0.29 | 0 | 0.2 |
| HSL | 200.7º | 0.72% | 0.46% | - |
| HSV(B) | 200.7º | 0.84% | 0.8% | - |
| XYZ | 21.65 | 24.93 | 60.8 | - |
| YUV | 118.24 | 176.39 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 145 | 204 | 0.84 | 0.29 | 0 | 0.2 | 200.7 | 0.72 | 0.46 |
| Hex | 21 | 91 | CC | 54 | 1D | 0 | 14 | C9 | 48 | 2E |
| Octal | 41 | 221 | 314 | 124 | 35 | 0 | 24 | 311 | 110 | 56 |
| Binary | 100001 | 10010001 | 11001100 | 1010100 | 11101 | 0 | 10100 | 11001001 | 1001000 | 101110 |
Color Harmonies of #2191CC
Complementary color
Monochromatic Colors of #2191CC
Black with #2191CC
Text Example
Text Example
White with #2191CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2191CC; }
p { color: rgb(33,145,204); }
H1.HeaderClassName
{
color: #2191CC;
}
.AnyTagClassName
{
color: #2191CC;
}
</style>
background-color css
<style>
a { background-color: #2191CC; }
a { background-color: rgb(33,145,204); }
div.DivClassName
{
background-color: #2191CC;
}
.BgClassName
{
background-color: #2191CC;
}
</style>
border-color css
<style>
span { border-color: #2191CC; }
span { border-color: rgb(33,145,204); }
td.TdClassName
{
border-color: #2191CC;
}
.TagClassName
{
border-color: #2191CC;
}
</style>