Shades of Resolution Blue #203471
Tints of Resolution Blue #203471
RGB
CMYK
RGB Variations
Color information
#203471 (or 0x203471) is known color: Resolution Blue. HEX triplet: 20, 34 and 71. RGB value is (32,52,113). Sum of RGB (Red+Green+Blue) = 32+52+113=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 113 (44.53% from 255 or 57.36% from 197); Max value from RGB is 113 - color contains mainly: blue. Hex color #203471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203471 is #DFCB8E. Grayscale: #343434. Windows color (decimal): -14666639 or 7418912. OLE color: 7418912.
HSL color Cylindrical-coordinate representation of color #203471: hue angle of 225.19º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #203471 is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 52 | 113 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.56 |
| HSL | 225.19º | 0.56% | 0.28% | - |
| HSV(B) | 225.19º | 0.72% | 0.44% | - |
| XYZ | 4.8 | 3.96 | 16.13 | - |
| YUV | 52.97 | 161.87 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 52 | 113 | 0.72 | 0.54 | 0 | 0.56 | 225.19 | 0.56 | 0.28 |
| Hex | 20 | 34 | 71 | 48 | 36 | 0 | 38 | E1 | 38 | 1C |
| Octal | 40 | 64 | 161 | 110 | 66 | 0 | 70 | 341 | 70 | 34 |
| Binary | 100000 | 110100 | 1110001 | 1001000 | 110110 | 0 | 111000 | 11100001 | 111000 | 11100 |
Color Harmonies of #203471
Complementary color
Monochromatic Colors of #203471
Black with #203471
Text Example
Text Example
White with #203471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203471; }
p { color: rgb(32,52,113); }
H1.HeaderClassName
{
color: #203471;
}
.AnyTagClassName
{
color: #203471;
}
</style>
background-color css
<style>
a { background-color: #203471; }
a { background-color: rgb(32,52,113); }
div.DivClassName
{
background-color: #203471;
}
.BgClassName
{
background-color: #203471;
}
</style>
border-color css
<style>
span { border-color: #203471; }
span { border-color: rgb(32,52,113); }
td.TdClassName
{
border-color: #203471;
}
.TagClassName
{
border-color: #203471;
}
</style>