Shades of Resolution Blue #202E88
Tints of Resolution Blue #202E88
RGB
CMYK
RGB Variations
Color information
#202E88 (or 0x202E88) is known color: Resolution Blue. HEX triplet: 20, 2E and 88. RGB value is (32,46,136). Sum of RGB (Red+Green+Blue) = 32+46+136=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 136 (53.52% from 255 or 63.55% from 214); Max value from RGB is 136 - color contains mainly: blue. Hex color #202E88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202E88 is #DFD177. Grayscale: #333333. Windows color (decimal): -14668152 or 8924704. OLE color: 8924704.
HSL color Cylindrical-coordinate representation of color #202E88: hue angle of 231.92º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #202E88 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 46 | 136 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.47 |
| HSL | 231.92º | 0.62% | 0.33% | - |
| HSV(B) | 231.92º | 0.76% | 0.53% | - |
| XYZ | 6.02 | 4.04 | 23.75 | - |
| YUV | 52.07 | 175.36 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 136 | 0.76 | 0.66 | 0 | 0.47 | 231.92 | 0.62 | 0.33 |
| Hex | 20 | 2E | 88 | 4C | 42 | 0 | 2F | E8 | 3E | 21 |
| Octal | 40 | 56 | 210 | 114 | 102 | 0 | 57 | 350 | 76 | 41 |
| Binary | 100000 | 101110 | 10001000 | 1001100 | 1000010 | 0 | 101111 | 11101000 | 111110 | 100001 |
Color Harmonies of #202E88
Complementary color
Monochromatic Colors of #202E88
Black with #202E88
Text Example
Text Example
White with #202E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E88; }
p { color: rgb(32,46,136); }
H1.HeaderClassName
{
color: #202E88;
}
.AnyTagClassName
{
color: #202E88;
}
</style>
background-color css
<style>
a { background-color: #202E88; }
a { background-color: rgb(32,46,136); }
div.DivClassName
{
background-color: #202E88;
}
.BgClassName
{
background-color: #202E88;
}
</style>
border-color css
<style>
span { border-color: #202E88; }
span { border-color: rgb(32,46,136); }
td.TdClassName
{
border-color: #202E88;
}
.TagClassName
{
border-color: #202E88;
}
</style>