Shades of Resolution Blue #204172
Tints of Resolution Blue #204172
RGB
CMYK
RGB Variations
Color information
#204172 (or 0x204172) is known color: Resolution Blue. HEX triplet: 20, 41 and 72. RGB value is (32,65,114). Sum of RGB (Red+Green+Blue) = 32+65+114=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #204172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204172 is #DFBE8D. Grayscale: #3C3C3C. Windows color (decimal): -14663310 or 7487776. OLE color: 7487776.
HSL color Cylindrical-coordinate representation of color #204172: hue angle of 215.85º degrees, saturation: 0.56, 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 #204172 is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 65 | 114 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.55 |
| HSL | 215.85º | 0.56% | 0.29% | - |
| HSV(B) | 215.85º | 0.72% | 0.45% | - |
| XYZ | 5.52 | 5.3 | 16.65 | - |
| YUV | 60.72 | 158.07 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 114 | 0.72 | 0.43 | 0 | 0.55 | 215.85 | 0.56 | 0.29 |
| Hex | 20 | 41 | 72 | 48 | 2B | 0 | 37 | D8 | 38 | 1D |
| Octal | 40 | 101 | 162 | 110 | 53 | 0 | 67 | 330 | 70 | 35 |
| Binary | 100000 | 1000001 | 1110010 | 1001000 | 101011 | 0 | 110111 | 11011000 | 111000 | 11101 |
Color Harmonies of #204172
Complementary color
Monochromatic Colors of #204172
Black with #204172
Text Example
Text Example
White with #204172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204172; }
p { color: rgb(32,65,114); }
H1.HeaderClassName
{
color: #204172;
}
.AnyTagClassName
{
color: #204172;
}
</style>
background-color css
<style>
a { background-color: #204172; }
a { background-color: rgb(32,65,114); }
div.DivClassName
{
background-color: #204172;
}
.BgClassName
{
background-color: #204172;
}
</style>
border-color css
<style>
span { border-color: #204172; }
span { border-color: rgb(32,65,114); }
td.TdClassName
{
border-color: #204172;
}
.TagClassName
{
border-color: #204172;
}
</style>