Shades of Pelorous #2085AE
Tints of Pelorous #2085AE
RGB
CMYK
RGB Variations
Color information
#2085AE (or 0x2085AE) is known color: Pelorous. HEX triplet: 20, 85 and AE. RGB value is (32,133,174). Sum of RGB (Red+Green+Blue) = 32+133+174=339 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.44% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #2085AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2085AE is #DF7A51. Grayscale: #6B6B6B. Windows color (decimal): -14645842 or 11437344. OLE color: 11437344.
HSL color Cylindrical-coordinate representation of color #2085AE: hue angle of 197.32º 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 #2085AE is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 133 | 174 | - |
| CMYK | 0.82 | 0.24 | 0 | 0.32 |
| HSL | 197.32º | 0.69% | 0.4% | - |
| HSV(B) | 197.32º | 0.82% | 0.68% | - |
| XYZ | 16.62 | 20.14 | 43.06 | - |
| YUV | 107.48 | 165.54 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 133 | 174 | 0.82 | 0.24 | 0 | 0.32 | 197.32 | 0.69 | 0.4 |
| Hex | 20 | 85 | AE | 52 | 18 | 0 | 20 | C5 | 45 | 28 |
| Octal | 40 | 205 | 256 | 122 | 30 | 0 | 40 | 305 | 105 | 50 |
| Binary | 100000 | 10000101 | 10101110 | 1010010 | 11000 | 0 | 100000 | 11000101 | 1000101 | 101000 |
Color Harmonies of #2085AE
Complementary color
Monochromatic Colors of #2085AE
Black with #2085AE
Text Example
Text Example
White with #2085AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2085AE; }
p { color: rgb(32,133,174); }
H1.HeaderClassName
{
color: #2085AE;
}
.AnyTagClassName
{
color: #2085AE;
}
</style>
background-color css
<style>
a { background-color: #2085AE; }
a { background-color: rgb(32,133,174); }
div.DivClassName
{
background-color: #2085AE;
}
.BgClassName
{
background-color: #2085AE;
}
</style>
border-color css
<style>
span { border-color: #2085AE; }
span { border-color: rgb(32,133,174); }
td.TdClassName
{
border-color: #2085AE;
}
.TagClassName
{
border-color: #2085AE;
}
</style>