Shades of Resolution Blue #202F76
Tints of Resolution Blue #202F76
RGB
CMYK
RGB Variations
Color information
#202F76 (or 0x202F76) is known color: Resolution Blue. HEX triplet: 20, 2F and 76. RGB value is (32,47,118). Sum of RGB (Red+Green+Blue) = 32+47+118=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 118 (46.48% from 255 or 59.90% from 197); Max value from RGB is 118 - color contains mainly: blue. Hex color #202F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202F76 is #DFD089. Grayscale: #323232. Windows color (decimal): -14667914 or 7745312. OLE color: 7745312.
HSL color Cylindrical-coordinate representation of color #202F76: hue angle of 229.53º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #202F76 is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 47 | 118 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.54 |
| HSL | 229.53º | 0.57% | 0.29% | - |
| HSV(B) | 229.53º | 0.73% | 0.46% | - |
| XYZ | 4.88 | 3.65 | 17.59 | - |
| YUV | 50.61 | 166.03 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 118 | 0.73 | 0.60 | 0 | 0.54 | 229.53 | 0.57 | 0.29 |
| Hex | 20 | 2F | 76 | 49 | 3C | 0 | 36 | E6 | 39 | 1D |
| Octal | 40 | 57 | 166 | 111 | 74 | 0 | 66 | 346 | 71 | 35 |
| Binary | 100000 | 101111 | 1110110 | 1001001 | 111100 | 0 | 110110 | 11100110 | 111001 | 11101 |
Color Harmonies of #202F76
Complementary color
Monochromatic Colors of #202F76
Black with #202F76
Text Example
Text Example
White with #202F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202F76; }
p { color: rgb(32,47,118); }
H1.HeaderClassName
{
color: #202F76;
}
.AnyTagClassName
{
color: #202F76;
}
</style>
background-color css
<style>
a { background-color: #202F76; }
a { background-color: rgb(32,47,118); }
div.DivClassName
{
background-color: #202F76;
}
.BgClassName
{
background-color: #202F76;
}
</style>
border-color css
<style>
span { border-color: #202F76; }
span { border-color: rgb(32,47,118); }
td.TdClassName
{
border-color: #202F76;
}
.TagClassName
{
border-color: #202F76;
}
</style>