Shades of Pelorous #2095AC
Tints of Pelorous #2095AC
RGB
CMYK
RGB Variations
Color information
#2095AC (or 0x2095AC) is known color: Pelorous. HEX triplet: 20, 95 and AC. RGB value is (32,149,172). Sum of RGB (Red+Green+Blue) = 32+149+172=353 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.07% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #2095AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2095AC is #DF6A53. Grayscale: #747474. Windows color (decimal): -14641748 or 11310368. OLE color: 11310368.
HSL color Cylindrical-coordinate representation of color #2095AC: hue angle of 189.86º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2095AC is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 149 | 172 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.33 |
| HSL | 189.86º | 0.69% | 0.4% | - |
| HSV(B) | 189.86º | 0.81% | 0.67% | - |
| XYZ | 18.79 | 24.78 | 42.82 | - |
| YUV | 116.64 | 159.24 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 149 | 172 | 0.81 | 0.13 | 0 | 0.33 | 189.86 | 0.69 | 0.4 |
| Hex | 20 | 95 | AC | 51 | D | 0 | 21 | BE | 45 | 28 |
| Octal | 40 | 225 | 254 | 121 | 15 | 0 | 41 | 276 | 105 | 50 |
| Binary | 100000 | 10010101 | 10101100 | 1010001 | 1101 | 0 | 100001 | 10111110 | 1000101 | 101000 |
Color Harmonies of #2095AC
Complementary color
Monochromatic Colors of #2095AC
Black with #2095AC
Text Example
Text Example
White with #2095AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2095AC; }
p { color: rgb(32,149,172); }
H1.HeaderClassName
{
color: #2095AC;
}
.AnyTagClassName
{
color: #2095AC;
}
</style>
background-color css
<style>
a { background-color: #2095AC; }
a { background-color: rgb(32,149,172); }
div.DivClassName
{
background-color: #2095AC;
}
.BgClassName
{
background-color: #2095AC;
}
</style>
border-color css
<style>
span { border-color: #2095AC; }
span { border-color: rgb(32,149,172); }
td.TdClassName
{
border-color: #2095AC;
}
.TagClassName
{
border-color: #2095AC;
}
</style>