Shades of Resolution Blue #202F71
Tints of Resolution Blue #202F71
RGB
CMYK
RGB Variations
Color information
#202F71 (or 0x202F71) is known color: Resolution Blue. HEX triplet: 20, 2F and 71. RGB value is (32,47,113). Sum of RGB (Red+Green+Blue) = 32+47+113=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 47 (18.75% from 255 or 24.48% from 192); Blue value is 113 (44.53% from 255 or 58.85% from 192); Max value from RGB is 113 - color contains mainly: blue. Hex color #202F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202F71 is #DFD08E. Grayscale: #313131. Windows color (decimal): -14667919 or 7417632. OLE color: 7417632.
HSL color Cylindrical-coordinate representation of color #202F71: hue angle of 228.89º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #202F71 is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 47 | 113 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.56 |
| HSL | 228.89º | 0.56% | 0.28% | - |
| HSV(B) | 228.89º | 0.72% | 0.44% | - |
| XYZ | 4.59 | 3.53 | 16.06 | - |
| YUV | 50.04 | 163.53 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 113 | 0.72 | 0.58 | 0 | 0.56 | 228.89 | 0.56 | 0.28 |
| Hex | 20 | 2F | 71 | 48 | 3A | 0 | 38 | E5 | 38 | 1C |
| Octal | 40 | 57 | 161 | 110 | 72 | 0 | 70 | 345 | 70 | 34 |
| Binary | 100000 | 101111 | 1110001 | 1001000 | 111010 | 0 | 111000 | 11100101 | 111000 | 11100 |
Color Harmonies of #202F71
Complementary color
Monochromatic Colors of #202F71
Black with #202F71
Text Example
Text Example
White with #202F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202F71; }
p { color: rgb(32,47,113); }
H1.HeaderClassName
{
color: #202F71;
}
.AnyTagClassName
{
color: #202F71;
}
</style>
background-color css
<style>
a { background-color: #202F71; }
a { background-color: rgb(32,47,113); }
div.DivClassName
{
background-color: #202F71;
}
.BgClassName
{
background-color: #202F71;
}
</style>
border-color css
<style>
span { border-color: #202F71; }
span { border-color: rgb(32,47,113); }
td.TdClassName
{
border-color: #202F71;
}
.TagClassName
{
border-color: #202F71;
}
</style>