Shades of Resolution Blue #204174
Tints of Resolution Blue #204174
RGB
CMYK
RGB Variations
Color information
#204174 (or 0x204174) is known color: Resolution Blue. HEX triplet: 20, 41 and 74. RGB value is (32,65,116). Sum of RGB (Red+Green+Blue) = 32+65+116=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 116 (45.70% from 255 or 54.46% from 213); Max value from RGB is 116 - color contains mainly: blue. Hex color #204174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204174 is #DFBE8B. Grayscale: #3C3C3C. Windows color (decimal): -14663308 or 7618848. OLE color: 7618848.
HSL color Cylindrical-coordinate representation of color #204174: hue angle of 216.43º 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 #204174 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 65 | 116 | - |
| CMYK | 0.72 | 0.44 | 0 | 0.55 |
| HSL | 216.43º | 0.57% | 0.29% | - |
| HSV(B) | 216.43º | 0.72% | 0.45% | - |
| XYZ | 5.64 | 5.35 | 17.26 | - |
| YUV | 60.95 | 159.07 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 116 | 0.72 | 0.44 | 0 | 0.55 | 216.43 | 0.57 | 0.29 |
| Hex | 20 | 41 | 74 | 48 | 2C | 0 | 37 | D8 | 39 | 1D |
| Octal | 40 | 101 | 164 | 110 | 54 | 0 | 67 | 330 | 71 | 35 |
| Binary | 100000 | 1000001 | 1110100 | 1001000 | 101100 | 0 | 110111 | 11011000 | 111001 | 11101 |
Color Harmonies of #204174
Complementary color
Monochromatic Colors of #204174
Black with #204174
Text Example
Text Example
White with #204174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204174; }
p { color: rgb(32,65,116); }
H1.HeaderClassName
{
color: #204174;
}
.AnyTagClassName
{
color: #204174;
}
</style>
background-color css
<style>
a { background-color: #204174; }
a { background-color: rgb(32,65,116); }
div.DivClassName
{
background-color: #204174;
}
.BgClassName
{
background-color: #204174;
}
</style>
border-color css
<style>
span { border-color: #204174; }
span { border-color: rgb(32,65,116); }
td.TdClassName
{
border-color: #204174;
}
.TagClassName
{
border-color: #204174;
}
</style>