Shades of Resolution Blue #203A86
Tints of Resolution Blue #203A86
RGB
CMYK
RGB Variations
Color information
#203A86 (or 0x203A86) is known color: Resolution Blue. HEX triplet: 20, 3A and 86. RGB value is (32,58,134). Sum of RGB (Red+Green+Blue) = 32+58+134=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 134 (52.73% from 255 or 59.82% from 224); Max value from RGB is 134 - color contains mainly: blue. Hex color #203A86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203A86 is #DFC579. Grayscale: #3A3A3A. Windows color (decimal): -14665082 or 8796704. OLE color: 8796704.
HSL color Cylindrical-coordinate representation of color #203A86: hue angle of 224.71º 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 #203A86 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 58 | 134 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.47 |
| HSL | 224.71º | 0.61% | 0.33% | - |
| HSV(B) | 224.71º | 0.76% | 0.53% | - |
| XYZ | 6.41 | 5.05 | 23.19 | - |
| YUV | 58.89 | 170.39 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 134 | 0.76 | 0.57 | 0 | 0.47 | 224.71 | 0.61 | 0.33 |
| Hex | 20 | 3A | 86 | 4C | 39 | 0 | 2F | E1 | 3D | 21 |
| Octal | 40 | 72 | 206 | 114 | 71 | 0 | 57 | 341 | 75 | 41 |
| Binary | 100000 | 111010 | 10000110 | 1001100 | 111001 | 0 | 101111 | 11100001 | 111101 | 100001 |
Color Harmonies of #203A86
Complementary color
Monochromatic Colors of #203A86
Black with #203A86
Text Example
Text Example
White with #203A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203A86; }
p { color: rgb(32,58,134); }
H1.HeaderClassName
{
color: #203A86;
}
.AnyTagClassName
{
color: #203A86;
}
</style>
background-color css
<style>
a { background-color: #203A86; }
a { background-color: rgb(32,58,134); }
div.DivClassName
{
background-color: #203A86;
}
.BgClassName
{
background-color: #203A86;
}
</style>
border-color css
<style>
span { border-color: #203A86; }
span { border-color: rgb(32,58,134); }
td.TdClassName
{
border-color: #203A86;
}
.TagClassName
{
border-color: #203A86;
}
</style>