Shades of Resolution Blue #202E80
Tints of Resolution Blue #202E80
RGB
CMYK
RGB Variations
Color information
#202E80 (or 0x202E80) is known color: Resolution Blue. HEX triplet: 20, 2E and 80. RGB value is (32,46,128). Sum of RGB (Red+Green+Blue) = 32+46+128=206 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.53% from 206); Green value is 46 (18.36% from 255 or 22.33% from 206); Blue value is 128 (50.39% from 255 or 62.14% from 206); Max value from RGB is 128 - color contains mainly: blue. Hex color #202E80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202E80 is #DFD17F. Grayscale: #323232. Windows color (decimal): -14668160 or 8400416. OLE color: 8400416.
HSL color Cylindrical-coordinate representation of color #202E80: hue angle of 231.25º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #202E80 is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 46 | 128 | - |
| CMYK | 0.75 | 0.64 | 0 | 0.50 |
| HSL | 231.25º | 0.6% | 0.31% | - |
| HSV(B) | 231.25º | 0.75% | 0.5% | - |
| XYZ | 5.47 | 3.82 | 20.87 | - |
| YUV | 51.16 | 171.36 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 128 | 0.75 | 0.64 | 0 | 0.50 | 231.25 | 0.6 | 0.31 |
| Hex | 20 | 2E | 80 | 4B | 40 | 0 | 32 | E7 | 3C | 1F |
| Octal | 40 | 56 | 200 | 113 | 100 | 0 | 62 | 347 | 74 | 37 |
| Binary | 100000 | 101110 | 10000000 | 1001011 | 1000000 | 0 | 110010 | 11100111 | 111100 | 11111 |
Color Harmonies of #202E80
Complementary color
Monochromatic Colors of #202E80
Black with #202E80
Text Example
Text Example
White with #202E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E80; }
p { color: rgb(32,46,128); }
H1.HeaderClassName
{
color: #202E80;
}
.AnyTagClassName
{
color: #202E80;
}
</style>
background-color css
<style>
a { background-color: #202E80; }
a { background-color: rgb(32,46,128); }
div.DivClassName
{
background-color: #202E80;
}
.BgClassName
{
background-color: #202E80;
}
</style>
border-color css
<style>
span { border-color: #202E80; }
span { border-color: rgb(32,46,128); }
td.TdClassName
{
border-color: #202E80;
}
.TagClassName
{
border-color: #202E80;
}
</style>