Shades of Resolution Blue #202E85
Tints of Resolution Blue #202E85
RGB
CMYK
RGB Variations
Color information
#202E85 (or 0x202E85) is known color: Resolution Blue. HEX triplet: 20, 2E and 85. RGB value is (32,46,133). Sum of RGB (Red+Green+Blue) = 32+46+133=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 133 (52.34% from 255 or 63.03% from 211); Max value from RGB is 133 - color contains mainly: blue. Hex color #202E85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202E85 is #DFD17A. Grayscale: #333333. Windows color (decimal): -14668155 or 8728096. OLE color: 8728096.
HSL color Cylindrical-coordinate representation of color #202E85: hue angle of 231.68º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #202E85 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 46 | 133 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.48 |
| HSL | 231.68º | 0.61% | 0.32% | - |
| HSV(B) | 231.68º | 0.76% | 0.52% | - |
| XYZ | 5.81 | 3.95 | 22.65 | - |
| YUV | 51.73 | 173.86 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 133 | 0.76 | 0.65 | 0 | 0.48 | 231.68 | 0.61 | 0.32 |
| Hex | 20 | 2E | 85 | 4C | 41 | 0 | 30 | E8 | 3D | 20 |
| Octal | 40 | 56 | 205 | 114 | 101 | 0 | 60 | 350 | 75 | 40 |
| Binary | 100000 | 101110 | 10000101 | 1001100 | 1000001 | 0 | 110000 | 11101000 | 111101 | 100000 |
Color Harmonies of #202E85
Complementary color
Monochromatic Colors of #202E85
Black with #202E85
Text Example
Text Example
White with #202E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E85; }
p { color: rgb(32,46,133); }
H1.HeaderClassName
{
color: #202E85;
}
.AnyTagClassName
{
color: #202E85;
}
</style>
background-color css
<style>
a { background-color: #202E85; }
a { background-color: rgb(32,46,133); }
div.DivClassName
{
background-color: #202E85;
}
.BgClassName
{
background-color: #202E85;
}
</style>
border-color css
<style>
span { border-color: #202E85; }
span { border-color: rgb(32,46,133); }
td.TdClassName
{
border-color: #202E85;
}
.TagClassName
{
border-color: #202E85;
}
</style>