Shades of Pelorous #2090AE
Tints of Pelorous #2090AE
RGB
CMYK
RGB Variations
Color information
#2090AE (or 0x2090AE) is known color: Pelorous. HEX triplet: 20, 90 and AE. RGB value is (32,144,174). Sum of RGB (Red+Green+Blue) = 32+144+174=350 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.14% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #2090AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2090AE is #DF6F51. Grayscale: #717171. Windows color (decimal): -14643026 or 11440160. OLE color: 11440160.
HSL color Cylindrical-coordinate representation of color #2090AE: hue angle of 192.68º 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 #2090AE is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 144 | 174 | - |
| CMYK | 0.82 | 0.17 | 0 | 0.32 |
| HSL | 192.68º | 0.69% | 0.4% | - |
| HSV(B) | 192.68º | 0.82% | 0.68% | - |
| XYZ | 18.21 | 23.31 | 43.58 | - |
| YUV | 113.93 | 161.89 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 144 | 174 | 0.82 | 0.17 | 0 | 0.32 | 192.68 | 0.69 | 0.4 |
| Hex | 20 | 90 | AE | 52 | 11 | 0 | 20 | C1 | 45 | 28 |
| Octal | 40 | 220 | 256 | 122 | 21 | 0 | 40 | 301 | 105 | 50 |
| Binary | 100000 | 10010000 | 10101110 | 1010010 | 10001 | 0 | 100000 | 11000001 | 1000101 | 101000 |
Color Harmonies of #2090AE
Complementary color
Monochromatic Colors of #2090AE
Black with #2090AE
Text Example
Text Example
White with #2090AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2090AE; }
p { color: rgb(32,144,174); }
H1.HeaderClassName
{
color: #2090AE;
}
.AnyTagClassName
{
color: #2090AE;
}
</style>
background-color css
<style>
a { background-color: #2090AE; }
a { background-color: rgb(32,144,174); }
div.DivClassName
{
background-color: #2090AE;
}
.BgClassName
{
background-color: #2090AE;
}
</style>
border-color css
<style>
span { border-color: #2090AE; }
span { border-color: rgb(32,144,174); }
td.TdClassName
{
border-color: #2090AE;
}
.TagClassName
{
border-color: #2090AE;
}
</style>