Shades of Resolution Blue #324771
Tints of Resolution Blue #324771
RGB
CMYK
RGB Variations
Color information
#324771 (or 0x324771) is known color: Resolution Blue. HEX triplet: 32, 47 and 71. RGB value is (50,71,113). Sum of RGB (Red+Green+Blue) = 50+71+113=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #324771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324771 is #CDB88E. Grayscale: #454545. Windows color (decimal): -13482127 or 7423794. OLE color: 7423794.
HSL color Cylindrical-coordinate representation of color #324771: hue angle of 220º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #324771 is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 71 | 113 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.56 |
| HSL | 220º | 0.39% | 0.32% | - |
| HSV(B) | 220º | 0.56% | 0.44% | - |
| XYZ | 6.55 | 6.38 | 16.51 | - |
| YUV | 69.51 | 152.54 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 71 | 113 | 0.56 | 0.37 | 0 | 0.56 | 220 | 0.39 | 0.32 |
| Hex | 32 | 47 | 71 | 38 | 25 | 0 | 38 | DC | 27 | 20 |
| Octal | 62 | 107 | 161 | 70 | 45 | 0 | 70 | 334 | 47 | 40 |
| Binary | 110010 | 1000111 | 1110001 | 111000 | 100101 | 0 | 111000 | 11011100 | 100111 | 100000 |
Color Harmonies of #324771
Complementary color
Monochromatic Colors of #324771
Black with #324771
Text Example
Text Example
White with #324771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324771; }
p { color: rgb(50,71,113); }
H1.HeaderClassName
{
color: #324771;
}
.AnyTagClassName
{
color: #324771;
}
</style>
background-color css
<style>
a { background-color: #324771; }
a { background-color: rgb(50,71,113); }
div.DivClassName
{
background-color: #324771;
}
.BgClassName
{
background-color: #324771;
}
</style>
border-color css
<style>
span { border-color: #324771; }
span { border-color: rgb(50,71,113); }
td.TdClassName
{
border-color: #324771;
}
.TagClassName
{
border-color: #324771;
}
</style>