Shades of Resolution Blue #202F70
Tints of Resolution Blue #202F70
RGB
CMYK
RGB Variations
Color information
#202F70 (or 0x202F70) is known color: Resolution Blue. HEX triplet: 20, 2F and 70. RGB value is (32,47,112). Sum of RGB (Red+Green+Blue) = 32+47+112=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 47 (18.75% from 255 or 24.61% from 191); Blue value is 112 (44.14% from 255 or 58.64% from 191); Max value from RGB is 112 - color contains mainly: blue. Hex color #202F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202F70 is #DFD08F. Grayscale: #313131. Windows color (decimal): -14667920 or 7352096. OLE color: 7352096.
HSL color Cylindrical-coordinate representation of color #202F70: hue angle of 228.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #202F70 is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 47 | 112 | - |
| CMYK | 0.71 | 0.58 | 0 | 0.56 |
| HSL | 228.75º | 0.56% | 0.28% | - |
| HSV(B) | 228.75º | 0.71% | 0.44% | - |
| XYZ | 4.54 | 3.51 | 15.77 | - |
| YUV | 49.93 | 163.03 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 112 | 0.71 | 0.58 | 0 | 0.56 | 228.75 | 0.56 | 0.28 |
| Hex | 20 | 2F | 70 | 47 | 3A | 0 | 38 | E5 | 38 | 1C |
| Octal | 40 | 57 | 160 | 107 | 72 | 0 | 70 | 345 | 70 | 34 |
| Binary | 100000 | 101111 | 1110000 | 1000111 | 111010 | 0 | 111000 | 11100101 | 111000 | 11100 |
Color Harmonies of #202F70
Complementary color
Monochromatic Colors of #202F70
Black with #202F70
Text Example
Text Example
White with #202F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202F70; }
p { color: rgb(32,47,112); }
H1.HeaderClassName
{
color: #202F70;
}
.AnyTagClassName
{
color: #202F70;
}
</style>
background-color css
<style>
a { background-color: #202F70; }
a { background-color: rgb(32,47,112); }
div.DivClassName
{
background-color: #202F70;
}
.BgClassName
{
background-color: #202F70;
}
</style>
border-color css
<style>
span { border-color: #202F70; }
span { border-color: rgb(32,47,112); }
td.TdClassName
{
border-color: #202F70;
}
.TagClassName
{
border-color: #202F70;
}
</style>