Shades of Pelorous #2093AA
Tints of Pelorous #2093AA
RGB
CMYK
RGB Variations
Color information
#2093AA (or 0x2093AA) is known color: Pelorous. HEX triplet: 20, 93 and AA. RGB value is (32,147,170). Sum of RGB (Red+Green+Blue) = 32+147+170=349 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.17% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #2093AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2093AA is #DF6C55. Grayscale: #737373. Windows color (decimal): -14642262 or 11178784. OLE color: 11178784.
HSL color Cylindrical-coordinate representation of color #2093AA: hue angle of 190º 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 #2093AA is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 147 | 170 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.33 |
| HSL | 190º | 0.68% | 0.4% | - |
| HSV(B) | 190º | 0.81% | 0.67% | - |
| XYZ | 18.29 | 24.08 | 41.71 | - |
| YUV | 115.24 | 158.9 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 147 | 170 | 0.81 | 0.14 | 0 | 0.33 | 190 | 0.68 | 0.4 |
| Hex | 20 | 93 | AA | 51 | E | 0 | 21 | BE | 44 | 28 |
| Octal | 40 | 223 | 252 | 121 | 16 | 0 | 41 | 276 | 104 | 50 |
| Binary | 100000 | 10010011 | 10101010 | 1010001 | 1110 | 0 | 100001 | 10111110 | 1000100 | 101000 |
Color Harmonies of #2093AA
Complementary color
Monochromatic Colors of #2093AA
Black with #2093AA
Text Example
Text Example
White with #2093AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2093AA; }
p { color: rgb(32,147,170); }
H1.HeaderClassName
{
color: #2093AA;
}
.AnyTagClassName
{
color: #2093AA;
}
</style>
background-color css
<style>
a { background-color: #2093AA; }
a { background-color: rgb(32,147,170); }
div.DivClassName
{
background-color: #2093AA;
}
.BgClassName
{
background-color: #2093AA;
}
</style>
border-color css
<style>
span { border-color: #2093AA; }
span { border-color: rgb(32,147,170); }
td.TdClassName
{
border-color: #2093AA;
}
.TagClassName
{
border-color: #2093AA;
}
</style>