Shades of Resolution Blue #202E73
Tints of Resolution Blue #202E73
RGB
CMYK
RGB Variations
Color information
#202E73 (or 0x202E73) is known color: Resolution Blue. HEX triplet: 20, 2E and 73. RGB value is (32,46,115). Sum of RGB (Red+Green+Blue) = 32+46+115=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 115 (45.31% from 255 or 59.59% from 193); Max value from RGB is 115 - color contains mainly: blue. Hex color #202E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202E73 is #DFD18C. Grayscale: #313131. Windows color (decimal): -14668173 or 7548448. OLE color: 7548448.
HSL color Cylindrical-coordinate representation of color #202E73: hue angle of 229.88º 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 #202E73 is Cyan = 0.72, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 46 | 115 | - |
| CMYK | 0.72 | 0.6 | 0 | 0.55 |
| HSL | 229.88º | 0.56% | 0.29% | - |
| HSV(B) | 229.88º | 0.72% | 0.45% | - |
| XYZ | 4.67 | 3.5 | 16.65 | - |
| YUV | 49.68 | 164.86 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 115 | 0.72 | 0.6 | 0 | 0.55 | 229.88 | 0.56 | 0.29 |
| Hex | 20 | 2E | 73 | 48 | 3C | 0 | 37 | E6 | 38 | 1D |
| Octal | 40 | 56 | 163 | 110 | 74 | 0 | 67 | 346 | 70 | 35 |
| Binary | 100000 | 101110 | 1110011 | 1001000 | 111100 | 0 | 110111 | 11100110 | 111000 | 11101 |
Color Harmonies of #202E73
Complementary color
Monochromatic Colors of #202E73
Black with #202E73
Text Example
Text Example
White with #202E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E73; }
p { color: rgb(32,46,115); }
H1.HeaderClassName
{
color: #202E73;
}
.AnyTagClassName
{
color: #202E73;
}
</style>
background-color css
<style>
a { background-color: #202E73; }
a { background-color: rgb(32,46,115); }
div.DivClassName
{
background-color: #202E73;
}
.BgClassName
{
background-color: #202E73;
}
</style>
border-color css
<style>
span { border-color: #202E73; }
span { border-color: rgb(32,46,115); }
td.TdClassName
{
border-color: #202E73;
}
.TagClassName
{
border-color: #202E73;
}
</style>