Shades of Resolution Blue #202D83
Tints of Resolution Blue #202D83
RGB
CMYK
RGB Variations
Color information
#202D83 (or 0x202D83) is known color: Resolution Blue. HEX triplet: 20, 2D and 83. RGB value is (32,45,131). Sum of RGB (Red+Green+Blue) = 32+45+131=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 131 (51.56% from 255 or 62.98% from 208); Max value from RGB is 131 - color contains mainly: blue. Hex color #202D83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202D83 is #DFD27C. Grayscale: #323232. Windows color (decimal): -14668413 or 8596768. OLE color: 8596768.
HSL color Cylindrical-coordinate representation of color #202D83: hue angle of 232.12º 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 #202D83 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 45 | 131 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.49 |
| HSL | 232.12º | 0.61% | 0.32% | - |
| HSV(B) | 232.12º | 0.76% | 0.51% | - |
| XYZ | 5.63 | 3.82 | 21.91 | - |
| YUV | 50.92 | 173.19 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 131 | 0.76 | 0.66 | 0 | 0.49 | 232.12 | 0.61 | 0.32 |
| Hex | 20 | 2D | 83 | 4C | 42 | 0 | 31 | E8 | 3D | 20 |
| Octal | 40 | 55 | 203 | 114 | 102 | 0 | 61 | 350 | 75 | 40 |
| Binary | 100000 | 101101 | 10000011 | 1001100 | 1000010 | 0 | 110001 | 11101000 | 111101 | 100000 |
Color Harmonies of #202D83
Complementary color
Monochromatic Colors of #202D83
Black with #202D83
Text Example
Text Example
White with #202D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202D83; }
p { color: rgb(32,45,131); }
H1.HeaderClassName
{
color: #202D83;
}
.AnyTagClassName
{
color: #202D83;
}
</style>
background-color css
<style>
a { background-color: #202D83; }
a { background-color: rgb(32,45,131); }
div.DivClassName
{
background-color: #202D83;
}
.BgClassName
{
background-color: #202D83;
}
</style>
border-color css
<style>
span { border-color: #202D83; }
span { border-color: rgb(32,45,131); }
td.TdClassName
{
border-color: #202D83;
}
.TagClassName
{
border-color: #202D83;
}
</style>