Shades of Pelorous #2083AD
Tints of Pelorous #2083AD
RGB
CMYK
RGB Variations
Color information
#2083AD (or 0x2083AD) is known color: Pelorous. HEX triplet: 20, 83 and AD. RGB value is (32,131,173). Sum of RGB (Red+Green+Blue) = 32+131+173=336 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.52% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #2083AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2083AD is #DF7C52. Grayscale: #696969. Windows color (decimal): -14646355 or 11371296. OLE color: 11371296.
HSL color Cylindrical-coordinate representation of color #2083AD: hue angle of 197.87º 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 #2083AD is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 131 | 173 | - |
| CMYK | 0.82 | 0.24 | 0 | 0.32 |
| HSL | 197.87º | 0.69% | 0.4% | - |
| HSV(B) | 197.87º | 0.82% | 0.68% | - |
| XYZ | 16.25 | 19.56 | 42.45 | - |
| YUV | 106.19 | 165.7 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 131 | 173 | 0.82 | 0.24 | 0 | 0.32 | 197.87 | 0.69 | 0.4 |
| Hex | 20 | 83 | AD | 52 | 18 | 0 | 20 | C6 | 45 | 28 |
| Octal | 40 | 203 | 255 | 122 | 30 | 0 | 40 | 306 | 105 | 50 |
| Binary | 100000 | 10000011 | 10101101 | 1010010 | 11000 | 0 | 100000 | 11000110 | 1000101 | 101000 |
Color Harmonies of #2083AD
Complementary color
Monochromatic Colors of #2083AD
Black with #2083AD
Text Example
Text Example
White with #2083AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2083AD; }
p { color: rgb(32,131,173); }
H1.HeaderClassName
{
color: #2083AD;
}
.AnyTagClassName
{
color: #2083AD;
}
</style>
background-color css
<style>
a { background-color: #2083AD; }
a { background-color: rgb(32,131,173); }
div.DivClassName
{
background-color: #2083AD;
}
.BgClassName
{
background-color: #2083AD;
}
</style>
border-color css
<style>
span { border-color: #2083AD; }
span { border-color: rgb(32,131,173); }
td.TdClassName
{
border-color: #2083AD;
}
.TagClassName
{
border-color: #2083AD;
}
</style>