Shades of Pelorous #2190CC
Tints of Pelorous #2190CC
RGB
CMYK
RGB Variations
Color information
#2190CC (or 0x2190CC) is known color: Pelorous. HEX triplet: 21, 90 and CC. RGB value is (33,144,204). Sum of RGB (Red+Green+Blue) = 33+144+204=381 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.66% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #2190CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2190CC is #DE6F33. Grayscale: #757575. Windows color (decimal): -14577460 or 13406241. OLE color: 13406241.
HSL color Cylindrical-coordinate representation of color #2190CC: hue angle of 201.05º 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 #2190CC is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 144 | 204 | - |
| CMYK | 0.84 | 0.29 | 0 | 0.2 |
| HSL | 201.05º | 0.72% | 0.46% | - |
| HSV(B) | 201.05º | 0.84% | 0.8% | - |
| XYZ | 21.5 | 24.63 | 60.75 | - |
| YUV | 117.65 | 176.73 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 144 | 204 | 0.84 | 0.29 | 0 | 0.2 | 201.05 | 0.72 | 0.46 |
| Hex | 21 | 90 | CC | 54 | 1D | 0 | 14 | C9 | 48 | 2E |
| Octal | 41 | 220 | 314 | 124 | 35 | 0 | 24 | 311 | 110 | 56 |
| Binary | 100001 | 10010000 | 11001100 | 1010100 | 11101 | 0 | 10100 | 11001001 | 1001000 | 101110 |
Color Harmonies of #2190CC
Complementary color
Monochromatic Colors of #2190CC
Black with #2190CC
Text Example
Text Example
White with #2190CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2190CC; }
p { color: rgb(33,144,204); }
H1.HeaderClassName
{
color: #2190CC;
}
.AnyTagClassName
{
color: #2190CC;
}
</style>
background-color css
<style>
a { background-color: #2190CC; }
a { background-color: rgb(33,144,204); }
div.DivClassName
{
background-color: #2190CC;
}
.BgClassName
{
background-color: #2190CC;
}
</style>
border-color css
<style>
span { border-color: #2190CC; }
span { border-color: rgb(33,144,204); }
td.TdClassName
{
border-color: #2190CC;
}
.TagClassName
{
border-color: #2190CC;
}
</style>