Shades of Resolution Blue #203773
Tints of Resolution Blue #203773
RGB
CMYK
RGB Variations
Color information
#203773 (or 0x203773) is known color: Resolution Blue. HEX triplet: 20, 37 and 73. RGB value is (32,55,115). Sum of RGB (Red+Green+Blue) = 32+55+115=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #203773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203773 is #DFC88C. Grayscale: #363636. Windows color (decimal): -14665869 or 7550752. OLE color: 7550752.
HSL color Cylindrical-coordinate representation of color #203773: hue angle of 223.37º 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 #203773 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 55 | 115 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.55 |
| HSL | 223.37º | 0.56% | 0.29% | - |
| HSV(B) | 223.37º | 0.72% | 0.45% | - |
| XYZ | 5.06 | 4.28 | 16.78 | - |
| YUV | 54.96 | 161.88 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 55 | 115 | 0.72 | 0.52 | 0 | 0.55 | 223.37 | 0.56 | 0.29 |
| Hex | 20 | 37 | 73 | 48 | 34 | 0 | 37 | DF | 38 | 1D |
| Octal | 40 | 67 | 163 | 110 | 64 | 0 | 67 | 337 | 70 | 35 |
| Binary | 100000 | 110111 | 1110011 | 1001000 | 110100 | 0 | 110111 | 11011111 | 111000 | 11101 |
Color Harmonies of #203773
Complementary color
Monochromatic Colors of #203773
Black with #203773
Text Example
Text Example
White with #203773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203773; }
p { color: rgb(32,55,115); }
H1.HeaderClassName
{
color: #203773;
}
.AnyTagClassName
{
color: #203773;
}
</style>
background-color css
<style>
a { background-color: #203773; }
a { background-color: rgb(32,55,115); }
div.DivClassName
{
background-color: #203773;
}
.BgClassName
{
background-color: #203773;
}
</style>
border-color css
<style>
span { border-color: #203773; }
span { border-color: rgb(32,55,115); }
td.TdClassName
{
border-color: #203773;
}
.TagClassName
{
border-color: #203773;
}
</style>