Shades of Resolution Blue #204082
Tints of Resolution Blue #204082
RGB
CMYK
RGB Variations
Color information
#204082 (or 0x204082) is known color: Resolution Blue. HEX triplet: 20, 40 and 82. RGB value is (32,64,130). Sum of RGB (Red+Green+Blue) = 32+64+130=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 130 (51.17% from 255 or 57.52% from 226); Max value from RGB is 130 - color contains mainly: blue. Hex color #204082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204082 is #DFBF7D. Grayscale: #3D3D3D. Windows color (decimal): -14663550 or 8536096. OLE color: 8536096.
HSL color Cylindrical-coordinate representation of color #204082: hue angle of 220.41º 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 #204082 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 64 | 130 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.49 |
| HSL | 220.41º | 0.6% | 0.32% | - |
| HSV(B) | 220.41º | 0.75% | 0.51% | - |
| XYZ | 6.46 | 5.59 | 21.86 | - |
| YUV | 61.96 | 166.4 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 130 | 0.75 | 0.51 | 0 | 0.49 | 220.41 | 0.6 | 0.32 |
| Hex | 20 | 40 | 82 | 4B | 33 | 0 | 31 | DC | 3C | 20 |
| Octal | 40 | 100 | 202 | 113 | 63 | 0 | 61 | 334 | 74 | 40 |
| Binary | 100000 | 1000000 | 10000010 | 1001011 | 110011 | 0 | 110001 | 11011100 | 111100 | 100000 |
Color Harmonies of #204082
Complementary color
Monochromatic Colors of #204082
Black with #204082
Text Example
Text Example
White with #204082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204082; }
p { color: rgb(32,64,130); }
H1.HeaderClassName
{
color: #204082;
}
.AnyTagClassName
{
color: #204082;
}
</style>
background-color css
<style>
a { background-color: #204082; }
a { background-color: rgb(32,64,130); }
div.DivClassName
{
background-color: #204082;
}
.BgClassName
{
background-color: #204082;
}
</style>
border-color css
<style>
span { border-color: #204082; }
span { border-color: rgb(32,64,130); }
td.TdClassName
{
border-color: #204082;
}
.TagClassName
{
border-color: #204082;
}
</style>