Shades of Resolution Blue #324471
Tints of Resolution Blue #324471
RGB
CMYK
RGB Variations
Color information
#324471 (or 0x324471) is known color: Resolution Blue. HEX triplet: 32, 44 and 71. RGB value is (50,68,113). Sum of RGB (Red+Green+Blue) = 50+68+113=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #324471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324471 is #CDBB8E. Grayscale: #434343. Windows color (decimal): -13482895 or 7423026. OLE color: 7423026.
HSL color Cylindrical-coordinate representation of color #324471: hue angle of 222.86º 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 #324471 is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 68 | 113 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.56 |
| HSL | 222.86º | 0.39% | 0.32% | - |
| HSV(B) | 222.86º | 0.56% | 0.44% | - |
| XYZ | 6.36 | 6 | 16.45 | - |
| YUV | 67.75 | 153.54 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 68 | 113 | 0.56 | 0.40 | 0 | 0.56 | 222.86 | 0.39 | 0.32 |
| Hex | 32 | 44 | 71 | 38 | 28 | 0 | 38 | DF | 27 | 20 |
| Octal | 62 | 104 | 161 | 70 | 50 | 0 | 70 | 337 | 47 | 40 |
| Binary | 110010 | 1000100 | 1110001 | 111000 | 101000 | 0 | 111000 | 11011111 | 100111 | 100000 |
Color Harmonies of #324471
Complementary color
Monochromatic Colors of #324471
Black with #324471
Text Example
Text Example
White with #324471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324471; }
p { color: rgb(50,68,113); }
H1.HeaderClassName
{
color: #324471;
}
.AnyTagClassName
{
color: #324471;
}
</style>
background-color css
<style>
a { background-color: #324471; }
a { background-color: rgb(50,68,113); }
div.DivClassName
{
background-color: #324471;
}
.BgClassName
{
background-color: #324471;
}
</style>
border-color css
<style>
span { border-color: #324471; }
span { border-color: rgb(50,68,113); }
td.TdClassName
{
border-color: #324471;
}
.TagClassName
{
border-color: #324471;
}
</style>