Shades of Resolution Blue #202E77
Tints of Resolution Blue #202E77
RGB
CMYK
RGB Variations
Color information
#202E77 (or 0x202E77) is known color: Resolution Blue. HEX triplet: 20, 2E and 77. RGB value is (32,46,119). Sum of RGB (Red+Green+Blue) = 32+46+119=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 119 (46.88% from 255 or 60.41% from 197); Max value from RGB is 119 - color contains mainly: blue. Hex color #202E77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202E77 is #DFD188. Grayscale: #313131. Windows color (decimal): -14668169 or 7810592. OLE color: 7810592.
HSL color Cylindrical-coordinate representation of color #202E77: hue angle of 230.34º 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 #202E77 is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 46 | 119 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.53 |
| HSL | 230.34º | 0.58% | 0.3% | - |
| HSV(B) | 230.34º | 0.73% | 0.47% | - |
| XYZ | 4.9 | 3.59 | 17.89 | - |
| YUV | 50.14 | 166.86 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 119 | 0.73 | 0.61 | 0 | 0.53 | 230.34 | 0.58 | 0.3 |
| Hex | 20 | 2E | 77 | 49 | 3D | 0 | 35 | E6 | 3A | 1E |
| Octal | 40 | 56 | 167 | 111 | 75 | 0 | 65 | 346 | 72 | 36 |
| Binary | 100000 | 101110 | 1110111 | 1001001 | 111101 | 0 | 110101 | 11100110 | 111010 | 11110 |
Color Harmonies of #202E77
Complementary color
Monochromatic Colors of #202E77
Black with #202E77
Text Example
Text Example
White with #202E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E77; }
p { color: rgb(32,46,119); }
H1.HeaderClassName
{
color: #202E77;
}
.AnyTagClassName
{
color: #202E77;
}
</style>
background-color css
<style>
a { background-color: #202E77; }
a { background-color: rgb(32,46,119); }
div.DivClassName
{
background-color: #202E77;
}
.BgClassName
{
background-color: #202E77;
}
</style>
border-color css
<style>
span { border-color: #202E77; }
span { border-color: rgb(32,46,119); }
td.TdClassName
{
border-color: #202E77;
}
.TagClassName
{
border-color: #202E77;
}
</style>