Shades of Resolution Blue #203779
Tints of Resolution Blue #203779
RGB
CMYK
RGB Variations
Color information
#203779 (or 0x203779) is known color: Resolution Blue. HEX triplet: 20, 37 and 79. RGB value is (32,55,121). Sum of RGB (Red+Green+Blue) = 32+55+121=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 121 (47.66% from 255 or 58.17% from 208); Max value from RGB is 121 - color contains mainly: blue. Hex color #203779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203779 is #DFC886. Grayscale: #373737. Windows color (decimal): -14665863 or 7943968. OLE color: 7943968.
HSL color Cylindrical-coordinate representation of color #203779: hue angle of 224.49º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #203779 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 55 | 121 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.53 |
| HSL | 224.49º | 0.58% | 0.3% | - |
| HSV(B) | 224.49º | 0.74% | 0.47% | - |
| XYZ | 5.41 | 4.42 | 18.66 | - |
| YUV | 55.65 | 164.88 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 55 | 121 | 0.74 | 0.55 | 0 | 0.53 | 224.49 | 0.58 | 0.3 |
| Hex | 20 | 37 | 79 | 4A | 37 | 0 | 35 | E0 | 3A | 1E |
| Octal | 40 | 67 | 171 | 112 | 67 | 0 | 65 | 340 | 72 | 36 |
| Binary | 100000 | 110111 | 1111001 | 1001010 | 110111 | 0 | 110101 | 11100000 | 111010 | 11110 |
Color Harmonies of #203779
Complementary color
Monochromatic Colors of #203779
Black with #203779
Text Example
Text Example
White with #203779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203779; }
p { color: rgb(32,55,121); }
H1.HeaderClassName
{
color: #203779;
}
.AnyTagClassName
{
color: #203779;
}
</style>
background-color css
<style>
a { background-color: #203779; }
a { background-color: rgb(32,55,121); }
div.DivClassName
{
background-color: #203779;
}
.BgClassName
{
background-color: #203779;
}
</style>
border-color css
<style>
span { border-color: #203779; }
span { border-color: rgb(32,55,121); }
td.TdClassName
{
border-color: #203779;
}
.TagClassName
{
border-color: #203779;
}
</style>