Shades of Pelorous #2190AA
Tints of Pelorous #2190AA
RGB
CMYK
RGB Variations
Color information
#2190AA (or 0x2190AA) is known color: Pelorous. HEX triplet: 21, 90 and AA. RGB value is (33,144,170). Sum of RGB (Red+Green+Blue) = 33+144+170=347 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.51% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #2190AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2190AA is #DE6F55. Grayscale: #717171. Windows color (decimal): -14577494 or 11178017. OLE color: 11178017.
HSL color Cylindrical-coordinate representation of color #2190AA: hue angle of 191.39º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2190AA is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 144 | 170 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.33 |
| HSL | 191.39º | 0.67% | 0.4% | - |
| HSV(B) | 191.39º | 0.81% | 0.67% | - |
| XYZ | 17.86 | 23.17 | 41.56 | - |
| YUV | 113.78 | 159.73 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 144 | 170 | 0.81 | 0.15 | 0 | 0.33 | 191.39 | 0.67 | 0.4 |
| Hex | 21 | 90 | AA | 51 | F | 0 | 21 | BF | 43 | 28 |
| Octal | 41 | 220 | 252 | 121 | 17 | 0 | 41 | 277 | 103 | 50 |
| Binary | 100001 | 10010000 | 10101010 | 1010001 | 1111 | 0 | 100001 | 10111111 | 1000011 | 101000 |
Color Harmonies of #2190AA
Complementary color
Monochromatic Colors of #2190AA
Black with #2190AA
Text Example
Text Example
White with #2190AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2190AA; }
p { color: rgb(33,144,170); }
H1.HeaderClassName
{
color: #2190AA;
}
.AnyTagClassName
{
color: #2190AA;
}
</style>
background-color css
<style>
a { background-color: #2190AA; }
a { background-color: rgb(33,144,170); }
div.DivClassName
{
background-color: #2190AA;
}
.BgClassName
{
background-color: #2190AA;
}
</style>
border-color css
<style>
span { border-color: #2190AA; }
span { border-color: rgb(33,144,170); }
td.TdClassName
{
border-color: #2190AA;
}
.TagClassName
{
border-color: #2190AA;
}
</style>