Shades of Pelorous #2080AE
Tints of Pelorous #2080AE
RGB
CMYK
RGB Variations
Color information
#2080AE (or 0x2080AE) is known color: Pelorous. HEX triplet: 20, 80 and AE. RGB value is (32,128,174). Sum of RGB (Red+Green+Blue) = 32+128+174=334 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.58% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #2080AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2080AE is #DF7F51. Grayscale: #686868. Windows color (decimal): -14647122 or 11436064. OLE color: 11436064.
HSL color Cylindrical-coordinate representation of color #2080AE: hue angle of 199.44º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2080AE is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 128 | 174 | - |
| CMYK | 0.82 | 0.26 | 0 | 0.32 |
| HSL | 199.44º | 0.69% | 0.4% | - |
| HSV(B) | 199.44º | 0.82% | 0.68% | - |
| XYZ | 15.95 | 18.8 | 42.83 | - |
| YUV | 104.54 | 167.2 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 128 | 174 | 0.82 | 0.26 | 0 | 0.32 | 199.44 | 0.69 | 0.4 |
| Hex | 20 | 80 | AE | 52 | 1A | 0 | 20 | C7 | 45 | 28 |
| Octal | 40 | 200 | 256 | 122 | 32 | 0 | 40 | 307 | 105 | 50 |
| Binary | 100000 | 10000000 | 10101110 | 1010010 | 11010 | 0 | 100000 | 11000111 | 1000101 | 101000 |
Color Harmonies of #2080AE
Complementary color
Monochromatic Colors of #2080AE
Black with #2080AE
Text Example
Text Example
White with #2080AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2080AE; }
p { color: rgb(32,128,174); }
H1.HeaderClassName
{
color: #2080AE;
}
.AnyTagClassName
{
color: #2080AE;
}
</style>
background-color css
<style>
a { background-color: #2080AE; }
a { background-color: rgb(32,128,174); }
div.DivClassName
{
background-color: #2080AE;
}
.BgClassName
{
background-color: #2080AE;
}
</style>
border-color css
<style>
span { border-color: #2080AE; }
span { border-color: rgb(32,128,174); }
td.TdClassName
{
border-color: #2080AE;
}
.TagClassName
{
border-color: #2080AE;
}
</style>