Shades of Resolution Blue #204080
Tints of Resolution Blue #204080
RGB
CMYK
RGB Variations
Color information
#204080 (or 0x204080) is known color: Resolution Blue. HEX triplet: 20, 40 and 80. RGB value is (32,64,128). Sum of RGB (Red+Green+Blue) = 32+64+128=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 128 (50.39% from 255 or 57.14% from 224); Max value from RGB is 128 - color contains mainly: blue. Hex color #204080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204080 is #DFBF7F. Grayscale: #3D3D3D. Windows color (decimal): -14663552 or 8405024. OLE color: 8405024.
HSL color Cylindrical-coordinate representation of color #204080: hue angle of 220º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #204080 is Cyan = 0.75, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 64 | 128 | - |
| CMYK | 0.75 | 0.5 | 0 | 0.50 |
| HSL | 220º | 0.6% | 0.31% | - |
| HSV(B) | 220º | 0.75% | 0.5% | - |
| XYZ | 6.33 | 5.53 | 21.16 | - |
| YUV | 61.73 | 165.4 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 128 | 0.75 | 0.5 | 0 | 0.50 | 220 | 0.6 | 0.31 |
| Hex | 20 | 40 | 80 | 4B | 32 | 0 | 32 | DC | 3C | 1F |
| Octal | 40 | 100 | 200 | 113 | 62 | 0 | 62 | 334 | 74 | 37 |
| Binary | 100000 | 1000000 | 10000000 | 1001011 | 110010 | 0 | 110010 | 11011100 | 111100 | 11111 |
Color Harmonies of #204080
Complementary color
Monochromatic Colors of #204080
Black with #204080
Text Example
Text Example
White with #204080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204080; }
p { color: rgb(32,64,128); }
H1.HeaderClassName
{
color: #204080;
}
.AnyTagClassName
{
color: #204080;
}
</style>
background-color css
<style>
a { background-color: #204080; }
a { background-color: rgb(32,64,128); }
div.DivClassName
{
background-color: #204080;
}
.BgClassName
{
background-color: #204080;
}
</style>
border-color css
<style>
span { border-color: #204080; }
span { border-color: rgb(32,64,128); }
td.TdClassName
{
border-color: #204080;
}
.TagClassName
{
border-color: #204080;
}
</style>