Shades of Pelorous #2190AD
Tints of Pelorous #2190AD
RGB
CMYK
RGB Variations
Color information
#2190AD (or 0x2190AD) is known color: Pelorous. HEX triplet: 21, 90 and AD. RGB value is (33,144,173). Sum of RGB (Red+Green+Blue) = 33+144+173=350 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.43% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #2190AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2190AD is #DE6F52. Grayscale: #717171. Windows color (decimal): -14577491 or 11374625. OLE color: 11374625.
HSL color Cylindrical-coordinate representation of color #2190AD: hue angle of 192.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2190AD is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 144 | 173 | - |
| CMYK | 0.81 | 0.17 | 0 | 0.32 |
| HSL | 192.43º | 0.68% | 0.4% | - |
| HSV(B) | 192.43º | 0.81% | 0.68% | - |
| XYZ | 18.14 | 23.29 | 43.07 | - |
| YUV | 114.12 | 161.23 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 144 | 173 | 0.81 | 0.17 | 0 | 0.32 | 192.43 | 0.68 | 0.4 |
| Hex | 21 | 90 | AD | 51 | 11 | 0 | 20 | C0 | 44 | 28 |
| Octal | 41 | 220 | 255 | 121 | 21 | 0 | 40 | 300 | 104 | 50 |
| Binary | 100001 | 10010000 | 10101101 | 1010001 | 10001 | 0 | 100000 | 11000000 | 1000100 | 101000 |
Color Harmonies of #2190AD
Complementary color
Monochromatic Colors of #2190AD
Black with #2190AD
Text Example
Text Example
White with #2190AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2190AD; }
p { color: rgb(33,144,173); }
H1.HeaderClassName
{
color: #2190AD;
}
.AnyTagClassName
{
color: #2190AD;
}
</style>
background-color css
<style>
a { background-color: #2190AD; }
a { background-color: rgb(33,144,173); }
div.DivClassName
{
background-color: #2190AD;
}
.BgClassName
{
background-color: #2190AD;
}
</style>
border-color css
<style>
span { border-color: #2190AD; }
span { border-color: rgb(33,144,173); }
td.TdClassName
{
border-color: #2190AD;
}
.TagClassName
{
border-color: #2190AD;
}
</style>