Shades of Resolution Blue #203E79
Tints of Resolution Blue #203E79
RGB
CMYK
RGB Variations
Color information
#203E79 (or 0x203E79) is known color: Resolution Blue. HEX triplet: 20, 3E and 79. RGB value is (32,62,121). Sum of RGB (Red+Green+Blue) = 32+62+121=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 62 (24.61% from 255 or 28.84% from 215); Blue value is 121 (47.66% from 255 or 56.28% from 215); Max value from RGB is 121 - color contains mainly: blue. Hex color #203E79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203E79 is #DFC186. Grayscale: #3B3B3B. Windows color (decimal): -14664071 or 7945760. OLE color: 7945760.
HSL color Cylindrical-coordinate representation of color #203E79: hue angle of 219.78º 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 #203E79 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 62 | 121 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.53 |
| HSL | 219.78º | 0.58% | 0.3% | - |
| HSV(B) | 219.78º | 0.74% | 0.47% | - |
| XYZ | 5.77 | 5.13 | 18.78 | - |
| YUV | 59.76 | 162.56 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 62 | 121 | 0.74 | 0.49 | 0 | 0.53 | 219.78 | 0.58 | 0.3 |
| Hex | 20 | 3E | 79 | 4A | 31 | 0 | 35 | DC | 3A | 1E |
| Octal | 40 | 76 | 171 | 112 | 61 | 0 | 65 | 334 | 72 | 36 |
| Binary | 100000 | 111110 | 1111001 | 1001010 | 110001 | 0 | 110101 | 11011100 | 111010 | 11110 |
Color Harmonies of #203E79
Complementary color
Monochromatic Colors of #203E79
Black with #203E79
Text Example
Text Example
White with #203E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203E79; }
p { color: rgb(32,62,121); }
H1.HeaderClassName
{
color: #203E79;
}
.AnyTagClassName
{
color: #203E79;
}
</style>
background-color css
<style>
a { background-color: #203E79; }
a { background-color: rgb(32,62,121); }
div.DivClassName
{
background-color: #203E79;
}
.BgClassName
{
background-color: #203E79;
}
</style>
border-color css
<style>
span { border-color: #203E79; }
span { border-color: rgb(32,62,121); }
td.TdClassName
{
border-color: #203E79;
}
.TagClassName
{
border-color: #203E79;
}
</style>