Shades of Resolution Blue #202F73
Tints of Resolution Blue #202F73
RGB
CMYK
RGB Variations
Color information
#202F73 (or 0x202F73) is known color: Resolution Blue. HEX triplet: 20, 2F and 73. RGB value is (32,47,115). Sum of RGB (Red+Green+Blue) = 32+47+115=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 115 (45.31% from 255 or 59.28% from 194); Max value from RGB is 115 - color contains mainly: blue. Hex color #202F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202F73 is #DFD08C. Grayscale: #313131. Windows color (decimal): -14667917 or 7548704. OLE color: 7548704.
HSL color Cylindrical-coordinate representation of color #202F73: hue angle of 229.16º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #202F73 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 47 | 115 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.55 |
| HSL | 229.16º | 0.56% | 0.29% | - |
| HSV(B) | 229.16º | 0.72% | 0.45% | - |
| XYZ | 4.71 | 3.58 | 16.66 | - |
| YUV | 50.27 | 164.53 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 115 | 0.72 | 0.59 | 0 | 0.55 | 229.16 | 0.56 | 0.29 |
| Hex | 20 | 2F | 73 | 48 | 3B | 0 | 37 | E5 | 38 | 1D |
| Octal | 40 | 57 | 163 | 110 | 73 | 0 | 67 | 345 | 70 | 35 |
| Binary | 100000 | 101111 | 1110011 | 1001000 | 111011 | 0 | 110111 | 11100101 | 111000 | 11101 |
Color Harmonies of #202F73
Complementary color
Monochromatic Colors of #202F73
Black with #202F73
Text Example
Text Example
White with #202F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202F73; }
p { color: rgb(32,47,115); }
H1.HeaderClassName
{
color: #202F73;
}
.AnyTagClassName
{
color: #202F73;
}
</style>
background-color css
<style>
a { background-color: #202F73; }
a { background-color: rgb(32,47,115); }
div.DivClassName
{
background-color: #202F73;
}
.BgClassName
{
background-color: #202F73;
}
</style>
border-color css
<style>
span { border-color: #202F73; }
span { border-color: rgb(32,47,115); }
td.TdClassName
{
border-color: #202F73;
}
.TagClassName
{
border-color: #202F73;
}
</style>