Shades of Pelorous #2091AA
Tints of Pelorous #2091AA
RGB
CMYK
RGB Variations
Color information
#2091AA (or 0x2091AA) is known color: Pelorous. HEX triplet: 20, 91 and AA. RGB value is (32,145,170). Sum of RGB (Red+Green+Blue) = 32+145+170=347 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.22% from 347); Green value is 145 (57.03% from 255 or 41.79% 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 #2091AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2091AA is #DF6E55. Grayscale: #717171. Windows color (decimal): -14642774 or 11178272. OLE color: 11178272.
HSL color Cylindrical-coordinate representation of color #2091AA: hue angle of 190.87º degrees, saturation: 0.68, 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 #2091AA is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 145 | 170 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.33 |
| HSL | 190.87º | 0.68% | 0.4% | - |
| HSV(B) | 190.87º | 0.81% | 0.67% | - |
| XYZ | 17.98 | 23.46 | 41.61 | - |
| YUV | 114.06 | 159.56 | 69.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 145 | 170 | 0.81 | 0.15 | 0 | 0.33 | 190.87 | 0.68 | 0.4 |
| Hex | 20 | 91 | AA | 51 | F | 0 | 21 | BF | 44 | 28 |
| Octal | 40 | 221 | 252 | 121 | 17 | 0 | 41 | 277 | 104 | 50 |
| Binary | 100000 | 10010001 | 10101010 | 1010001 | 1111 | 0 | 100001 | 10111111 | 1000100 | 101000 |
Color Harmonies of #2091AA
Complementary color
Monochromatic Colors of #2091AA
Black with #2091AA
Text Example
Text Example
White with #2091AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2091AA; }
p { color: rgb(32,145,170); }
H1.HeaderClassName
{
color: #2091AA;
}
.AnyTagClassName
{
color: #2091AA;
}
</style>
background-color css
<style>
a { background-color: #2091AA; }
a { background-color: rgb(32,145,170); }
div.DivClassName
{
background-color: #2091AA;
}
.BgClassName
{
background-color: #2091AA;
}
</style>
border-color css
<style>
span { border-color: #2091AA; }
span { border-color: rgb(32,145,170); }
td.TdClassName
{
border-color: #2091AA;
}
.TagClassName
{
border-color: #2091AA;
}
</style>