Shades of Resolution Blue #203E73
Tints of Resolution Blue #203E73
RGB
CMYK
RGB Variations
Color information
#203E73 (or 0x203E73) is known color: Resolution Blue. HEX triplet: 20, 3E and 73. RGB value is (32,62,115). Sum of RGB (Red+Green+Blue) = 32+62+115=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 115 (45.31% from 255 or 55.02% from 209); Max value from RGB is 115 - color contains mainly: blue. Hex color #203E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203E73 is #DFC18C. Grayscale: #3A3A3A. Windows color (decimal): -14664077 or 7552544. OLE color: 7552544.
HSL color Cylindrical-coordinate representation of color #203E73: hue angle of 218.31º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #203E73 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 62 | 115 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.55 |
| HSL | 218.31º | 0.56% | 0.29% | - |
| HSV(B) | 218.31º | 0.72% | 0.45% | - |
| XYZ | 5.41 | 4.99 | 16.9 | - |
| YUV | 59.07 | 159.56 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 62 | 115 | 0.72 | 0.46 | 0 | 0.55 | 218.31 | 0.56 | 0.29 |
| Hex | 20 | 3E | 73 | 48 | 2E | 0 | 37 | DA | 38 | 1D |
| Octal | 40 | 76 | 163 | 110 | 56 | 0 | 67 | 332 | 70 | 35 |
| Binary | 100000 | 111110 | 1110011 | 1001000 | 101110 | 0 | 110111 | 11011010 | 111000 | 11101 |
Color Harmonies of #203E73
Complementary color
Monochromatic Colors of #203E73
Black with #203E73
Text Example
Text Example
White with #203E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203E73; }
p { color: rgb(32,62,115); }
H1.HeaderClassName
{
color: #203E73;
}
.AnyTagClassName
{
color: #203E73;
}
</style>
background-color css
<style>
a { background-color: #203E73; }
a { background-color: rgb(32,62,115); }
div.DivClassName
{
background-color: #203E73;
}
.BgClassName
{
background-color: #203E73;
}
</style>
border-color css
<style>
span { border-color: #203E73; }
span { border-color: rgb(32,62,115); }
td.TdClassName
{
border-color: #203E73;
}
.TagClassName
{
border-color: #203E73;
}
</style>