Shades of Pelorous #2089AE
Tints of Pelorous #2089AE
RGB
CMYK
RGB Variations
Color information
#2089AE (or 0x2089AE) is known color: Pelorous. HEX triplet: 20, 89 and AE. RGB value is (32,137,174). Sum of RGB (Red+Green+Blue) = 32+137+174=343 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.33% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #2089AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2089AE is #DF7651. Grayscale: #6D6D6D. Windows color (decimal): -14644818 or 11438368. OLE color: 11438368.
HSL color Cylindrical-coordinate representation of color #2089AE: hue angle of 195.63º 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 #2089AE is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 137 | 174 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.32 |
| HSL | 195.63º | 0.69% | 0.4% | - |
| HSV(B) | 195.63º | 0.82% | 0.68% | - |
| XYZ | 17.18 | 21.25 | 43.24 | - |
| YUV | 109.82 | 164.21 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 137 | 174 | 0.82 | 0.21 | 0 | 0.32 | 195.63 | 0.69 | 0.4 |
| Hex | 20 | 89 | AE | 52 | 15 | 0 | 20 | C4 | 45 | 28 |
| Octal | 40 | 211 | 256 | 122 | 25 | 0 | 40 | 304 | 105 | 50 |
| Binary | 100000 | 10001001 | 10101110 | 1010010 | 10101 | 0 | 100000 | 11000100 | 1000101 | 101000 |
Color Harmonies of #2089AE
Complementary color
Monochromatic Colors of #2089AE
Black with #2089AE
Text Example
Text Example
White with #2089AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2089AE; }
p { color: rgb(32,137,174); }
H1.HeaderClassName
{
color: #2089AE;
}
.AnyTagClassName
{
color: #2089AE;
}
</style>
background-color css
<style>
a { background-color: #2089AE; }
a { background-color: rgb(32,137,174); }
div.DivClassName
{
background-color: #2089AE;
}
.BgClassName
{
background-color: #2089AE;
}
</style>
border-color css
<style>
span { border-color: #2089AE; }
span { border-color: rgb(32,137,174); }
td.TdClassName
{
border-color: #2089AE;
}
.TagClassName
{
border-color: #2089AE;
}
</style>