Shades of Resolution Blue #202F77
Tints of Resolution Blue #202F77
RGB
CMYK
RGB Variations
Color information
#202F77 (or 0x202F77) is known color: Resolution Blue. HEX triplet: 20, 2F and 77. RGB value is (32,47,119). Sum of RGB (Red+Green+Blue) = 32+47+119=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 119 (46.88% from 255 or 60.10% from 198); Max value from RGB is 119 - color contains mainly: blue. Hex color #202F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202F77 is #DFD088. Grayscale: #323232. Windows color (decimal): -14667913 or 7810848. OLE color: 7810848.
HSL color Cylindrical-coordinate representation of color #202F77: hue angle of 229.66º 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 #202F77 is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 47 | 119 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.53 |
| HSL | 229.66º | 0.58% | 0.3% | - |
| HSV(B) | 229.66º | 0.73% | 0.47% | - |
| XYZ | 4.94 | 3.67 | 17.9 | - |
| YUV | 50.72 | 166.53 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 119 | 0.73 | 0.61 | 0 | 0.53 | 229.66 | 0.58 | 0.3 |
| Hex | 20 | 2F | 77 | 49 | 3D | 0 | 35 | E6 | 3A | 1E |
| Octal | 40 | 57 | 167 | 111 | 75 | 0 | 65 | 346 | 72 | 36 |
| Binary | 100000 | 101111 | 1110111 | 1001001 | 111101 | 0 | 110101 | 11100110 | 111010 | 11110 |
Color Harmonies of #202F77
Complementary color
Monochromatic Colors of #202F77
Black with #202F77
Text Example
Text Example
White with #202F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202F77; }
p { color: rgb(32,47,119); }
H1.HeaderClassName
{
color: #202F77;
}
.AnyTagClassName
{
color: #202F77;
}
</style>
background-color css
<style>
a { background-color: #202F77; }
a { background-color: rgb(32,47,119); }
div.DivClassName
{
background-color: #202F77;
}
.BgClassName
{
background-color: #202F77;
}
</style>
border-color css
<style>
span { border-color: #202F77; }
span { border-color: rgb(32,47,119); }
td.TdClassName
{
border-color: #202F77;
}
.TagClassName
{
border-color: #202F77;
}
</style>