Shades of Resolution Blue #202D82
Tints of Resolution Blue #202D82
RGB
CMYK
RGB Variations
Color information
#202D82 (or 0x202D82) is known color: Resolution Blue. HEX triplet: 20, 2D and 82. RGB value is (32,45,130). Sum of RGB (Red+Green+Blue) = 32+45+130=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 130 (51.17% from 255 or 62.80% from 207); Max value from RGB is 130 - color contains mainly: blue. Hex color #202D82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202D82 is #DFD27D. Grayscale: #323232. Windows color (decimal): -14668414 or 8531232. OLE color: 8531232.
HSL color Cylindrical-coordinate representation of color #202D82: hue angle of 232.04º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #202D82 is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 45 | 130 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.49 |
| HSL | 232.04º | 0.6% | 0.32% | - |
| HSV(B) | 232.04º | 0.75% | 0.51% | - |
| XYZ | 5.56 | 3.8 | 21.56 | - |
| YUV | 50.8 | 172.69 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 130 | 0.75 | 0.65 | 0 | 0.49 | 232.04 | 0.6 | 0.32 |
| Hex | 20 | 2D | 82 | 4B | 41 | 0 | 31 | E8 | 3C | 20 |
| Octal | 40 | 55 | 202 | 113 | 101 | 0 | 61 | 350 | 74 | 40 |
| Binary | 100000 | 101101 | 10000010 | 1001011 | 1000001 | 0 | 110001 | 11101000 | 111100 | 100000 |
Color Harmonies of #202D82
Complementary color
Monochromatic Colors of #202D82
Black with #202D82
Text Example
Text Example
White with #202D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202D82; }
p { color: rgb(32,45,130); }
H1.HeaderClassName
{
color: #202D82;
}
.AnyTagClassName
{
color: #202D82;
}
</style>
background-color css
<style>
a { background-color: #202D82; }
a { background-color: rgb(32,45,130); }
div.DivClassName
{
background-color: #202D82;
}
.BgClassName
{
background-color: #202D82;
}
</style>
border-color css
<style>
span { border-color: #202D82; }
span { border-color: rgb(32,45,130); }
td.TdClassName
{
border-color: #202D82;
}
.TagClassName
{
border-color: #202D82;
}
</style>