Shades of Resolution Blue #202E83
Tints of Resolution Blue #202E83
RGB
CMYK
RGB Variations
Color information
#202E83 (or 0x202E83) is known color: Resolution Blue. HEX triplet: 20, 2E and 83. RGB value is (32,46,131). Sum of RGB (Red+Green+Blue) = 32+46+131=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 131 (51.56% from 255 or 62.68% from 209); Max value from RGB is 131 - color contains mainly: blue. Hex color #202E83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202E83 is #DFD17C. Grayscale: #333333. Windows color (decimal): -14668157 or 8597024. OLE color: 8597024.
HSL color Cylindrical-coordinate representation of color #202E83: hue angle of 231.52º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #202E83 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 46 | 131 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.49 |
| HSL | 231.52º | 0.61% | 0.32% | - |
| HSV(B) | 231.52º | 0.76% | 0.51% | - |
| XYZ | 5.67 | 3.9 | 21.93 | - |
| YUV | 51.5 | 172.86 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 131 | 0.76 | 0.65 | 0 | 0.49 | 231.52 | 0.61 | 0.32 |
| Hex | 20 | 2E | 83 | 4C | 41 | 0 | 31 | E8 | 3D | 20 |
| Octal | 40 | 56 | 203 | 114 | 101 | 0 | 61 | 350 | 75 | 40 |
| Binary | 100000 | 101110 | 10000011 | 1001100 | 1000001 | 0 | 110001 | 11101000 | 111101 | 100000 |
Color Harmonies of #202E83
Complementary color
Monochromatic Colors of #202E83
Black with #202E83
Text Example
Text Example
White with #202E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E83; }
p { color: rgb(32,46,131); }
H1.HeaderClassName
{
color: #202E83;
}
.AnyTagClassName
{
color: #202E83;
}
</style>
background-color css
<style>
a { background-color: #202E83; }
a { background-color: rgb(32,46,131); }
div.DivClassName
{
background-color: #202E83;
}
.BgClassName
{
background-color: #202E83;
}
</style>
border-color css
<style>
span { border-color: #202E83; }
span { border-color: rgb(32,46,131); }
td.TdClassName
{
border-color: #202E83;
}
.TagClassName
{
border-color: #202E83;
}
</style>