Shades of Resolution Blue #203586
Tints of Resolution Blue #203586
RGB
CMYK
RGB Variations
Color information
#203586 (or 0x203586) is known color: Resolution Blue. HEX triplet: 20, 35 and 86. RGB value is (32,53,134). Sum of RGB (Red+Green+Blue) = 32+53+134=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 134 (52.73% from 255 or 61.19% from 219); Max value from RGB is 134 - color contains mainly: blue. Hex color #203586 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203586 is #DFCA79. Grayscale: #373737. Windows color (decimal): -14666362 or 8795424. OLE color: 8795424.
HSL color Cylindrical-coordinate representation of color #203586: hue angle of 227.65º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #203586 is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 53 | 134 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.47 |
| HSL | 227.65º | 0.61% | 0.33% | - |
| HSV(B) | 227.65º | 0.76% | 0.53% | - |
| XYZ | 6.17 | 4.57 | 23.11 | - |
| YUV | 55.96 | 172.04 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 53 | 134 | 0.76 | 0.60 | 0 | 0.47 | 227.65 | 0.61 | 0.33 |
| Hex | 20 | 35 | 86 | 4C | 3C | 0 | 2F | E4 | 3D | 21 |
| Octal | 40 | 65 | 206 | 114 | 74 | 0 | 57 | 344 | 75 | 41 |
| Binary | 100000 | 110101 | 10000110 | 1001100 | 111100 | 0 | 101111 | 11100100 | 111101 | 100001 |
Color Harmonies of #203586
Complementary color
Monochromatic Colors of #203586
Black with #203586
Text Example
Text Example
White with #203586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203586; }
p { color: rgb(32,53,134); }
H1.HeaderClassName
{
color: #203586;
}
.AnyTagClassName
{
color: #203586;
}
</style>
background-color css
<style>
a { background-color: #203586; }
a { background-color: rgb(32,53,134); }
div.DivClassName
{
background-color: #203586;
}
.BgClassName
{
background-color: #203586;
}
</style>
border-color css
<style>
span { border-color: #203586; }
span { border-color: rgb(32,53,134); }
td.TdClassName
{
border-color: #203586;
}
.TagClassName
{
border-color: #203586;
}
</style>