Shades of Resolution Blue #203F77
Tints of Resolution Blue #203F77
RGB
CMYK
RGB Variations
Color information
#203F77 (or 0x203F77) is known color: Resolution Blue. HEX triplet: 20, 3F and 77. RGB value is (32,63,119). Sum of RGB (Red+Green+Blue) = 32+63+119=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 119 (46.88% from 255 or 55.61% from 214); Max value from RGB is 119 - color contains mainly: blue. Hex color #203F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203F77 is #DFC088. Grayscale: #3B3B3B. Windows color (decimal): -14663817 or 7814944. OLE color: 7814944.
HSL color Cylindrical-coordinate representation of color #203F77: hue angle of 218.62º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #203F77 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 63 | 119 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.53 |
| HSL | 218.62º | 0.58% | 0.3% | - |
| HSV(B) | 218.62º | 0.73% | 0.47% | - |
| XYZ | 5.7 | 5.19 | 18.15 | - |
| YUV | 60.12 | 161.23 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 119 | 0.73 | 0.47 | 0 | 0.53 | 218.62 | 0.58 | 0.3 |
| Hex | 20 | 3F | 77 | 49 | 2F | 0 | 35 | DB | 3A | 1E |
| Octal | 40 | 77 | 167 | 111 | 57 | 0 | 65 | 333 | 72 | 36 |
| Binary | 100000 | 111111 | 1110111 | 1001001 | 101111 | 0 | 110101 | 11011011 | 111010 | 11110 |
Color Harmonies of #203F77
Complementary color
Monochromatic Colors of #203F77
Black with #203F77
Text Example
Text Example
White with #203F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F77; }
p { color: rgb(32,63,119); }
H1.HeaderClassName
{
color: #203F77;
}
.AnyTagClassName
{
color: #203F77;
}
</style>
background-color css
<style>
a { background-color: #203F77; }
a { background-color: rgb(32,63,119); }
div.DivClassName
{
background-color: #203F77;
}
.BgClassName
{
background-color: #203F77;
}
</style>
border-color css
<style>
span { border-color: #203F77; }
span { border-color: rgb(32,63,119); }
td.TdClassName
{
border-color: #203F77;
}
.TagClassName
{
border-color: #203F77;
}
</style>