Shades of Pelorous #2090AF
Tints of Pelorous #2090AF
RGB
CMYK
RGB Variations
Color information
#2090AF (or 0x2090AF) is known color: Pelorous. HEX triplet: 20, 90 and AF. RGB value is (32,144,175). Sum of RGB (Red+Green+Blue) = 32+144+175=351 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.12% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #2090AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2090AF is #DF6F50. Grayscale: #717171. Windows color (decimal): -14643025 or 11505696. OLE color: 11505696.
HSL color Cylindrical-coordinate representation of color #2090AF: hue angle of 193.01º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2090AF is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 144 | 175 | - |
| CMYK | 0.82 | 0.18 | 0 | 0.31 |
| HSL | 193.01º | 0.69% | 0.41% | - |
| HSV(B) | 193.01º | 0.82% | 0.69% | - |
| XYZ | 18.31 | 23.35 | 44.1 | - |
| YUV | 114.05 | 162.39 | 69.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 144 | 175 | 0.82 | 0.18 | 0 | 0.31 | 193.01 | 0.69 | 0.41 |
| Hex | 20 | 90 | AF | 52 | 12 | 0 | 1F | C1 | 45 | 29 |
| Octal | 40 | 220 | 257 | 122 | 22 | 0 | 37 | 301 | 105 | 51 |
| Binary | 100000 | 10010000 | 10101111 | 1010010 | 10010 | 0 | 11111 | 11000001 | 1000101 | 101001 |
Color Harmonies of #2090AF
Complementary color
Monochromatic Colors of #2090AF
Black with #2090AF
Text Example
Text Example
White with #2090AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2090AF; }
p { color: rgb(32,144,175); }
H1.HeaderClassName
{
color: #2090AF;
}
.AnyTagClassName
{
color: #2090AF;
}
</style>
background-color css
<style>
a { background-color: #2090AF; }
a { background-color: rgb(32,144,175); }
div.DivClassName
{
background-color: #2090AF;
}
.BgClassName
{
background-color: #2090AF;
}
</style>
border-color css
<style>
span { border-color: #2090AF; }
span { border-color: rgb(32,144,175); }
td.TdClassName
{
border-color: #2090AF;
}
.TagClassName
{
border-color: #2090AF;
}
</style>