Shades of Resolution Blue #203774
Tints of Resolution Blue #203774
RGB
CMYK
RGB Variations
Color information
#203774 (or 0x203774) is known color: Resolution Blue. HEX triplet: 20, 37 and 74. RGB value is (32,55,116). Sum of RGB (Red+Green+Blue) = 32+55+116=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 116 (45.70% from 255 or 57.14% from 203); Max value from RGB is 116 - color contains mainly: blue. Hex color #203774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203774 is #DFC88B. Grayscale: #363636. Windows color (decimal): -14665868 or 7616288. OLE color: 7616288.
HSL color Cylindrical-coordinate representation of color #203774: hue angle of 223.57º degrees, saturation: 0.57, 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 #203774 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 55 | 116 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.55 |
| HSL | 223.57º | 0.57% | 0.29% | - |
| HSV(B) | 223.57º | 0.72% | 0.45% | - |
| XYZ | 5.11 | 4.3 | 17.08 | - |
| YUV | 55.08 | 162.38 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 55 | 116 | 0.72 | 0.53 | 0 | 0.55 | 223.57 | 0.57 | 0.29 |
| Hex | 20 | 37 | 74 | 48 | 35 | 0 | 37 | E0 | 39 | 1D |
| Octal | 40 | 67 | 164 | 110 | 65 | 0 | 67 | 340 | 71 | 35 |
| Binary | 100000 | 110111 | 1110100 | 1001000 | 110101 | 0 | 110111 | 11100000 | 111001 | 11101 |
Color Harmonies of #203774
Complementary color
Monochromatic Colors of #203774
Black with #203774
Text Example
Text Example
White with #203774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203774; }
p { color: rgb(32,55,116); }
H1.HeaderClassName
{
color: #203774;
}
.AnyTagClassName
{
color: #203774;
}
</style>
background-color css
<style>
a { background-color: #203774; }
a { background-color: rgb(32,55,116); }
div.DivClassName
{
background-color: #203774;
}
.BgClassName
{
background-color: #203774;
}
</style>
border-color css
<style>
span { border-color: #203774; }
span { border-color: rgb(32,55,116); }
td.TdClassName
{
border-color: #203774;
}
.TagClassName
{
border-color: #203774;
}
</style>