Shades of Resolution Blue #204074
Tints of Resolution Blue #204074
RGB
CMYK
RGB Variations
Color information
#204074 (or 0x204074) is known color: Resolution Blue. HEX triplet: 20, 40 and 74. RGB value is (32,64,116). Sum of RGB (Red+Green+Blue) = 32+64+116=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 116 (45.70% from 255 or 54.72% from 212); Max value from RGB is 116 - color contains mainly: blue. Hex color #204074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204074 is #DFBF8B. Grayscale: #3C3C3C. Windows color (decimal): -14663564 or 7618592. OLE color: 7618592.
HSL color Cylindrical-coordinate representation of color #204074: hue angle of 217.14º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #204074 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 64 | 116 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.55 |
| HSL | 217.14º | 0.57% | 0.29% | - |
| HSV(B) | 217.14º | 0.72% | 0.45% | - |
| XYZ | 5.58 | 5.23 | 17.24 | - |
| YUV | 60.36 | 159.4 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 116 | 0.72 | 0.45 | 0 | 0.55 | 217.14 | 0.57 | 0.29 |
| Hex | 20 | 40 | 74 | 48 | 2D | 0 | 37 | D9 | 39 | 1D |
| Octal | 40 | 100 | 164 | 110 | 55 | 0 | 67 | 331 | 71 | 35 |
| Binary | 100000 | 1000000 | 1110100 | 1001000 | 101101 | 0 | 110111 | 11011001 | 111001 | 11101 |
Color Harmonies of #204074
Complementary color
Monochromatic Colors of #204074
Black with #204074
Text Example
Text Example
White with #204074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204074; }
p { color: rgb(32,64,116); }
H1.HeaderClassName
{
color: #204074;
}
.AnyTagClassName
{
color: #204074;
}
</style>
background-color css
<style>
a { background-color: #204074; }
a { background-color: rgb(32,64,116); }
div.DivClassName
{
background-color: #204074;
}
.BgClassName
{
background-color: #204074;
}
</style>
border-color css
<style>
span { border-color: #204074; }
span { border-color: rgb(32,64,116); }
td.TdClassName
{
border-color: #204074;
}
.TagClassName
{
border-color: #204074;
}
</style>