Shades of Resolution Blue #204175
Tints of Resolution Blue #204175
RGB
CMYK
RGB Variations
Color information
#204175 (or 0x204175) is known color: Resolution Blue. HEX triplet: 20, 41 and 75. RGB value is (32,65,117). Sum of RGB (Red+Green+Blue) = 32+65+117=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #204175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204175 is #DFBE8A. Grayscale: #3C3C3C. Windows color (decimal): -14663307 or 7684384. OLE color: 7684384.
HSL color Cylindrical-coordinate representation of color #204175: hue angle of 216.71º 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 #204175 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 65 | 117 | - |
| CMYK | 0.73 | 0.44 | 0 | 0.54 |
| HSL | 216.71º | 0.57% | 0.29% | - |
| HSV(B) | 216.71º | 0.73% | 0.46% | - |
| XYZ | 5.7 | 5.37 | 17.57 | - |
| YUV | 61.06 | 159.57 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 117 | 0.73 | 0.44 | 0 | 0.54 | 216.71 | 0.57 | 0.29 |
| Hex | 20 | 41 | 75 | 49 | 2C | 0 | 36 | D9 | 39 | 1D |
| Octal | 40 | 101 | 165 | 111 | 54 | 0 | 66 | 331 | 71 | 35 |
| Binary | 100000 | 1000001 | 1110101 | 1001001 | 101100 | 0 | 110110 | 11011001 | 111001 | 11101 |
Color Harmonies of #204175
Complementary color
Monochromatic Colors of #204175
Black with #204175
Text Example
Text Example
White with #204175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204175; }
p { color: rgb(32,65,117); }
H1.HeaderClassName
{
color: #204175;
}
.AnyTagClassName
{
color: #204175;
}
</style>
background-color css
<style>
a { background-color: #204175; }
a { background-color: rgb(32,65,117); }
div.DivClassName
{
background-color: #204175;
}
.BgClassName
{
background-color: #204175;
}
</style>
border-color css
<style>
span { border-color: #204175; }
span { border-color: rgb(32,65,117); }
td.TdClassName
{
border-color: #204175;
}
.TagClassName
{
border-color: #204175;
}
</style>