Shades of Resolution Blue #203F73
Tints of Resolution Blue #203F73
RGB
CMYK
RGB Variations
Color information
#203F73 (or 0x203F73) is known color: Resolution Blue. HEX triplet: 20, 3F and 73. RGB value is (32,63,115). Sum of RGB (Red+Green+Blue) = 32+63+115=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #203F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203F73 is #DFC08C. Grayscale: #3B3B3B. Windows color (decimal): -14663821 or 7552800. OLE color: 7552800.
HSL color Cylindrical-coordinate representation of color #203F73: hue angle of 217.59º 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 #203F73 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 63 | 115 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.55 |
| HSL | 217.59º | 0.56% | 0.29% | - |
| HSV(B) | 217.59º | 0.72% | 0.45% | - |
| XYZ | 5.47 | 5.1 | 16.92 | - |
| YUV | 59.66 | 159.23 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 115 | 0.72 | 0.45 | 0 | 0.55 | 217.59 | 0.56 | 0.29 |
| Hex | 20 | 3F | 73 | 48 | 2D | 0 | 37 | DA | 38 | 1D |
| Octal | 40 | 77 | 163 | 110 | 55 | 0 | 67 | 332 | 70 | 35 |
| Binary | 100000 | 111111 | 1110011 | 1001000 | 101101 | 0 | 110111 | 11011010 | 111000 | 11101 |
Color Harmonies of #203F73
Complementary color
Monochromatic Colors of #203F73
Black with #203F73
Text Example
Text Example
White with #203F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F73; }
p { color: rgb(32,63,115); }
H1.HeaderClassName
{
color: #203F73;
}
.AnyTagClassName
{
color: #203F73;
}
</style>
background-color css
<style>
a { background-color: #203F73; }
a { background-color: rgb(32,63,115); }
div.DivClassName
{
background-color: #203F73;
}
.BgClassName
{
background-color: #203F73;
}
</style>
border-color css
<style>
span { border-color: #203F73; }
span { border-color: rgb(32,63,115); }
td.TdClassName
{
border-color: #203F73;
}
.TagClassName
{
border-color: #203F73;
}
</style>