Shades of Pelorous #2082AE
Tints of Pelorous #2082AE
RGB
CMYK
RGB Variations
Color information
#2082AE (or 0x2082AE) is known color: Pelorous. HEX triplet: 20, 82 and AE. RGB value is (32,130,174). Sum of RGB (Red+Green+Blue) = 32+130+174=336 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.52% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #2082AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2082AE is #DF7D51. Grayscale: #696969. Windows color (decimal): -14646610 or 11436576. OLE color: 11436576.
HSL color Cylindrical-coordinate representation of color #2082AE: hue angle of 198.59º 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 #2082AE is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 130 | 174 | - |
| CMYK | 0.82 | 0.25 | 0 | 0.32 |
| HSL | 198.59º | 0.69% | 0.4% | - |
| HSV(B) | 198.59º | 0.82% | 0.68% | - |
| XYZ | 16.22 | 19.33 | 42.92 | - |
| YUV | 105.71 | 166.53 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 130 | 174 | 0.82 | 0.25 | 0 | 0.32 | 198.59 | 0.69 | 0.4 |
| Hex | 20 | 82 | AE | 52 | 19 | 0 | 20 | C7 | 45 | 28 |
| Octal | 40 | 202 | 256 | 122 | 31 | 0 | 40 | 307 | 105 | 50 |
| Binary | 100000 | 10000010 | 10101110 | 1010010 | 11001 | 0 | 100000 | 11000111 | 1000101 | 101000 |
Color Harmonies of #2082AE
Complementary color
Monochromatic Colors of #2082AE
Black with #2082AE
Text Example
Text Example
White with #2082AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2082AE; }
p { color: rgb(32,130,174); }
H1.HeaderClassName
{
color: #2082AE;
}
.AnyTagClassName
{
color: #2082AE;
}
</style>
background-color css
<style>
a { background-color: #2082AE; }
a { background-color: rgb(32,130,174); }
div.DivClassName
{
background-color: #2082AE;
}
.BgClassName
{
background-color: #2082AE;
}
</style>
border-color css
<style>
span { border-color: #2082AE; }
span { border-color: rgb(32,130,174); }
td.TdClassName
{
border-color: #2082AE;
}
.TagClassName
{
border-color: #2082AE;
}
</style>