Shades of Resolution Blue #202E78
Tints of Resolution Blue #202E78
RGB
CMYK
RGB Variations
Color information
#202E78 (or 0x202E78) is known color: Resolution Blue. HEX triplet: 20, 2E and 78. RGB value is (32,46,120). Sum of RGB (Red+Green+Blue) = 32+46+120=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 120 (47.27% from 255 or 60.61% from 198); Max value from RGB is 120 - color contains mainly: blue. Hex color #202E78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202E78 is #DFD187. Grayscale: #313131. Windows color (decimal): -14668168 or 7876128. OLE color: 7876128.
HSL color Cylindrical-coordinate representation of color #202E78: hue angle of 230.45º 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 #202E78 is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 46 | 120 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.53 |
| HSL | 230.45º | 0.58% | 0.3% | - |
| HSV(B) | 230.45º | 0.73% | 0.47% | - |
| XYZ | 4.96 | 3.62 | 18.21 | - |
| YUV | 50.25 | 167.36 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 120 | 0.73 | 0.62 | 0 | 0.53 | 230.45 | 0.58 | 0.3 |
| Hex | 20 | 2E | 78 | 49 | 3E | 0 | 35 | E6 | 3A | 1E |
| Octal | 40 | 56 | 170 | 111 | 76 | 0 | 65 | 346 | 72 | 36 |
| Binary | 100000 | 101110 | 1111000 | 1001001 | 111110 | 0 | 110101 | 11100110 | 111010 | 11110 |
Color Harmonies of #202E78
Complementary color
Monochromatic Colors of #202E78
Black with #202E78
Text Example
Text Example
White with #202E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E78; }
p { color: rgb(32,46,120); }
H1.HeaderClassName
{
color: #202E78;
}
.AnyTagClassName
{
color: #202E78;
}
</style>
background-color css
<style>
a { background-color: #202E78; }
a { background-color: rgb(32,46,120); }
div.DivClassName
{
background-color: #202E78;
}
.BgClassName
{
background-color: #202E78;
}
</style>
border-color css
<style>
span { border-color: #202E78; }
span { border-color: rgb(32,46,120); }
td.TdClassName
{
border-color: #202E78;
}
.TagClassName
{
border-color: #202E78;
}
</style>