Shades of Resolution Blue #203D86
Tints of Resolution Blue #203D86
RGB
CMYK
RGB Variations
Color information
#203D86 (or 0x203D86) is known color: Resolution Blue. HEX triplet: 20, 3D and 86. RGB value is (32,61,134). Sum of RGB (Red+Green+Blue) = 32+61+134=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 134 (52.73% from 255 or 59.03% from 227); Max value from RGB is 134 - color contains mainly: blue. Hex color #203D86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203D86 is #DFC279. Grayscale: #3C3C3C. Windows color (decimal): -14664314 or 8797472. OLE color: 8797472.
HSL color Cylindrical-coordinate representation of color #203D86: hue angle of 222.94º 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 #203D86 is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 61 | 134 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.47 |
| HSL | 222.94º | 0.61% | 0.33% | - |
| HSV(B) | 222.94º | 0.76% | 0.53% | - |
| XYZ | 6.57 | 5.37 | 23.24 | - |
| YUV | 60.65 | 169.39 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 134 | 0.76 | 0.54 | 0 | 0.47 | 222.94 | 0.61 | 0.33 |
| Hex | 20 | 3D | 86 | 4C | 36 | 0 | 2F | DF | 3D | 21 |
| Octal | 40 | 75 | 206 | 114 | 66 | 0 | 57 | 337 | 75 | 41 |
| Binary | 100000 | 111101 | 10000110 | 1001100 | 110110 | 0 | 101111 | 11011111 | 111101 | 100001 |
Color Harmonies of #203D86
Complementary color
Monochromatic Colors of #203D86
Black with #203D86
Text Example
Text Example
White with #203D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203D86; }
p { color: rgb(32,61,134); }
H1.HeaderClassName
{
color: #203D86;
}
.AnyTagClassName
{
color: #203D86;
}
</style>
background-color css
<style>
a { background-color: #203D86; }
a { background-color: rgb(32,61,134); }
div.DivClassName
{
background-color: #203D86;
}
.BgClassName
{
background-color: #203D86;
}
</style>
border-color css
<style>
span { border-color: #203D86; }
span { border-color: rgb(32,61,134); }
td.TdClassName
{
border-color: #203D86;
}
.TagClassName
{
border-color: #203D86;
}
</style>