Shades of Resolution Blue #203E71
Tints of Resolution Blue #203E71
RGB
CMYK
RGB Variations
Color information
#203E71 (or 0x203E71) is known color: Resolution Blue. HEX triplet: 20, 3E and 71. RGB value is (32,62,113). Sum of RGB (Red+Green+Blue) = 32+62+113=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #203E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203E71 is #DFC18E. Grayscale: #3A3A3A. Windows color (decimal): -14664079 or 7421472. OLE color: 7421472.
HSL color Cylindrical-coordinate representation of color #203E71: hue angle of 217.78º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #203E71 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 62 | 113 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.56 |
| HSL | 217.78º | 0.56% | 0.28% | - |
| HSV(B) | 217.78º | 0.72% | 0.44% | - |
| XYZ | 5.3 | 4.94 | 16.3 | - |
| YUV | 58.84 | 158.56 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 62 | 113 | 0.72 | 0.45 | 0 | 0.56 | 217.78 | 0.56 | 0.28 |
| Hex | 20 | 3E | 71 | 48 | 2D | 0 | 38 | DA | 38 | 1C |
| Octal | 40 | 76 | 161 | 110 | 55 | 0 | 70 | 332 | 70 | 34 |
| Binary | 100000 | 111110 | 1110001 | 1001000 | 101101 | 0 | 111000 | 11011010 | 111000 | 11100 |
Color Harmonies of #203E71
Complementary color
Monochromatic Colors of #203E71
Black with #203E71
Text Example
Text Example
White with #203E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203E71; }
p { color: rgb(32,62,113); }
H1.HeaderClassName
{
color: #203E71;
}
.AnyTagClassName
{
color: #203E71;
}
</style>
background-color css
<style>
a { background-color: #203E71; }
a { background-color: rgb(32,62,113); }
div.DivClassName
{
background-color: #203E71;
}
.BgClassName
{
background-color: #203E71;
}
</style>
border-color css
<style>
span { border-color: #203E71; }
span { border-color: rgb(32,62,113); }
td.TdClassName
{
border-color: #203E71;
}
.TagClassName
{
border-color: #203E71;
}
</style>