Shades of Pelorous #2190CA
Tints of Pelorous #2190CA
RGB
CMYK
RGB Variations
Color information
#2190CA (or 0x2190CA) is known color: Pelorous. HEX triplet: 21, 90 and CA. RGB value is (33,144,202). Sum of RGB (Red+Green+Blue) = 33+144+202=379 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.71% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #2190CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2190CA is #DE6F35. Grayscale: #757575. Windows color (decimal): -14577462 or 13275169. OLE color: 13275169.
HSL color Cylindrical-coordinate representation of color #2190CA: hue angle of 200.59º 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 #2190CA is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 144 | 202 | - |
| CMYK | 0.84 | 0.29 | 0 | 0.21 |
| HSL | 200.59º | 0.72% | 0.46% | - |
| HSV(B) | 200.59º | 0.84% | 0.79% | - |
| XYZ | 21.26 | 24.53 | 59.49 | - |
| YUV | 117.42 | 175.73 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 144 | 202 | 0.84 | 0.29 | 0 | 0.21 | 200.59 | 0.72 | 0.46 |
| Hex | 21 | 90 | CA | 54 | 1D | 0 | 15 | C9 | 48 | 2E |
| Octal | 41 | 220 | 312 | 124 | 35 | 0 | 25 | 311 | 110 | 56 |
| Binary | 100001 | 10010000 | 11001010 | 1010100 | 11101 | 0 | 10101 | 11001001 | 1001000 | 101110 |
Color Harmonies of #2190CA
Complementary color
Monochromatic Colors of #2190CA
Black with #2190CA
Text Example
Text Example
White with #2190CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2190CA; }
p { color: rgb(33,144,202); }
H1.HeaderClassName
{
color: #2190CA;
}
.AnyTagClassName
{
color: #2190CA;
}
</style>
background-color css
<style>
a { background-color: #2190CA; }
a { background-color: rgb(33,144,202); }
div.DivClassName
{
background-color: #2190CA;
}
.BgClassName
{
background-color: #2190CA;
}
</style>
border-color css
<style>
span { border-color: #2190CA; }
span { border-color: rgb(33,144,202); }
td.TdClassName
{
border-color: #2190CA;
}
.TagClassName
{
border-color: #2190CA;
}
</style>