Shades of Pelorous #2095AD
Tints of Pelorous #2095AD
RGB
CMYK
RGB Variations
Color information
#2095AD (or 0x2095AD) is known color: Pelorous. HEX triplet: 20, 95 and AD. RGB value is (32,149,173). Sum of RGB (Red+Green+Blue) = 32+149+173=354 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.04% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #2095AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2095AD is #DF6A52. Grayscale: #747474. Windows color (decimal): -14641747 or 11375904. OLE color: 11375904.
HSL color Cylindrical-coordinate representation of color #2095AD: hue angle of 190.21º 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 #2095AD is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 149 | 173 | - |
| CMYK | 0.82 | 0.14 | 0 | 0.32 |
| HSL | 190.21º | 0.69% | 0.4% | - |
| HSV(B) | 190.21º | 0.82% | 0.68% | - |
| XYZ | 18.89 | 24.82 | 43.33 | - |
| YUV | 116.75 | 159.74 | 67.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 149 | 173 | 0.82 | 0.14 | 0 | 0.32 | 190.21 | 0.69 | 0.4 |
| Hex | 20 | 95 | AD | 52 | E | 0 | 20 | BE | 45 | 28 |
| Octal | 40 | 225 | 255 | 122 | 16 | 0 | 40 | 276 | 105 | 50 |
| Binary | 100000 | 10010101 | 10101101 | 1010010 | 1110 | 0 | 100000 | 10111110 | 1000101 | 101000 |
Color Harmonies of #2095AD
Complementary color
Monochromatic Colors of #2095AD
Black with #2095AD
Text Example
Text Example
White with #2095AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2095AD; }
p { color: rgb(32,149,173); }
H1.HeaderClassName
{
color: #2095AD;
}
.AnyTagClassName
{
color: #2095AD;
}
</style>
background-color css
<style>
a { background-color: #2095AD; }
a { background-color: rgb(32,149,173); }
div.DivClassName
{
background-color: #2095AD;
}
.BgClassName
{
background-color: #2095AD;
}
</style>
border-color css
<style>
span { border-color: #2095AD; }
span { border-color: rgb(32,149,173); }
td.TdClassName
{
border-color: #2095AD;
}
.TagClassName
{
border-color: #2095AD;
}
</style>