Shades of Resolution Blue #204176
Tints of Resolution Blue #204176
RGB
CMYK
RGB Variations
Color information
#204176 (or 0x204176) is known color: Resolution Blue. HEX triplet: 20, 41 and 76. RGB value is (32,65,118). Sum of RGB (Red+Green+Blue) = 32+65+118=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #204176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204176 is #DFBE89. Grayscale: #3C3C3C. Windows color (decimal): -14663306 or 7749920. OLE color: 7749920.
HSL color Cylindrical-coordinate representation of color #204176: hue angle of 216.98º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #204176 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 65 | 118 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.54 |
| HSL | 216.98º | 0.57% | 0.29% | - |
| HSV(B) | 216.98º | 0.73% | 0.46% | - |
| XYZ | 5.76 | 5.4 | 17.88 | - |
| YUV | 61.18 | 160.07 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 118 | 0.73 | 0.45 | 0 | 0.54 | 216.98 | 0.57 | 0.29 |
| Hex | 20 | 41 | 76 | 49 | 2D | 0 | 36 | D9 | 39 | 1D |
| Octal | 40 | 101 | 166 | 111 | 55 | 0 | 66 | 331 | 71 | 35 |
| Binary | 100000 | 1000001 | 1110110 | 1001001 | 101101 | 0 | 110110 | 11011001 | 111001 | 11101 |
Color Harmonies of #204176
Complementary color
Monochromatic Colors of #204176
Black with #204176
Text Example
Text Example
White with #204176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204176; }
p { color: rgb(32,65,118); }
H1.HeaderClassName
{
color: #204176;
}
.AnyTagClassName
{
color: #204176;
}
</style>
background-color css
<style>
a { background-color: #204176; }
a { background-color: rgb(32,65,118); }
div.DivClassName
{
background-color: #204176;
}
.BgClassName
{
background-color: #204176;
}
</style>
border-color css
<style>
span { border-color: #204176; }
span { border-color: rgb(32,65,118); }
td.TdClassName
{
border-color: #204176;
}
.TagClassName
{
border-color: #204176;
}
</style>