Shades of Resolution Blue #204177
Tints of Resolution Blue #204177
RGB
CMYK
RGB Variations
Color information
#204177 (or 0x204177) is known color: Resolution Blue. HEX triplet: 20, 41 and 77. RGB value is (32,65,119). Sum of RGB (Red+Green+Blue) = 32+65+119=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 119 (46.88% from 255 or 55.09% from 216); Max value from RGB is 119 - color contains mainly: blue. Hex color #204177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204177 is #DFBE88. Grayscale: #3D3D3D. Windows color (decimal): -14663305 or 7815456. OLE color: 7815456.
HSL color Cylindrical-coordinate representation of color #204177: hue angle of 217.24º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #204177 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 65 | 119 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.53 |
| HSL | 217.24º | 0.58% | 0.3% | - |
| HSV(B) | 217.24º | 0.73% | 0.47% | - |
| XYZ | 5.82 | 5.42 | 18.19 | - |
| YUV | 61.29 | 160.57 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 119 | 0.73 | 0.45 | 0 | 0.53 | 217.24 | 0.58 | 0.3 |
| Hex | 20 | 41 | 77 | 49 | 2D | 0 | 35 | D9 | 3A | 1E |
| Octal | 40 | 101 | 167 | 111 | 55 | 0 | 65 | 331 | 72 | 36 |
| Binary | 100000 | 1000001 | 1110111 | 1001001 | 101101 | 0 | 110101 | 11011001 | 111010 | 11110 |
Color Harmonies of #204177
Complementary color
Monochromatic Colors of #204177
Black with #204177
Text Example
Text Example
White with #204177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204177; }
p { color: rgb(32,65,119); }
H1.HeaderClassName
{
color: #204177;
}
.AnyTagClassName
{
color: #204177;
}
</style>
background-color css
<style>
a { background-color: #204177; }
a { background-color: rgb(32,65,119); }
div.DivClassName
{
background-color: #204177;
}
.BgClassName
{
background-color: #204177;
}
</style>
border-color css
<style>
span { border-color: #204177; }
span { border-color: rgb(32,65,119); }
td.TdClassName
{
border-color: #204177;
}
.TagClassName
{
border-color: #204177;
}
</style>