Shades of Resolution Blue #202F78
Tints of Resolution Blue #202F78
RGB
CMYK
RGB Variations
Color information
#202F78 (or 0x202F78) is known color: Resolution Blue. HEX triplet: 20, 2F and 78. RGB value is (32,47,120). Sum of RGB (Red+Green+Blue) = 32+47+120=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 120 (47.27% from 255 or 60.30% from 199); Max value from RGB is 120 - color contains mainly: blue. Hex color #202F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202F78 is #DFD087. Grayscale: #323232. Windows color (decimal): -14667912 or 7876384. OLE color: 7876384.
HSL color Cylindrical-coordinate representation of color #202F78: hue angle of 229.77º 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 #202F78 is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 47 | 120 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.53 |
| HSL | 229.77º | 0.58% | 0.3% | - |
| HSV(B) | 229.77º | 0.73% | 0.47% | - |
| XYZ | 5 | 3.7 | 18.22 | - |
| YUV | 50.84 | 167.03 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 120 | 0.73 | 0.61 | 0 | 0.53 | 229.77 | 0.58 | 0.3 |
| Hex | 20 | 2F | 78 | 49 | 3D | 0 | 35 | E6 | 3A | 1E |
| Octal | 40 | 57 | 170 | 111 | 75 | 0 | 65 | 346 | 72 | 36 |
| Binary | 100000 | 101111 | 1111000 | 1001001 | 111101 | 0 | 110101 | 11100110 | 111010 | 11110 |
Color Harmonies of #202F78
Complementary color
Monochromatic Colors of #202F78
Black with #202F78
Text Example
Text Example
White with #202F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202F78; }
p { color: rgb(32,47,120); }
H1.HeaderClassName
{
color: #202F78;
}
.AnyTagClassName
{
color: #202F78;
}
</style>
background-color css
<style>
a { background-color: #202F78; }
a { background-color: rgb(32,47,120); }
div.DivClassName
{
background-color: #202F78;
}
.BgClassName
{
background-color: #202F78;
}
</style>
border-color css
<style>
span { border-color: #202F78; }
span { border-color: rgb(32,47,120); }
td.TdClassName
{
border-color: #202F78;
}
.TagClassName
{
border-color: #202F78;
}
</style>