Shades of Resolution Blue #324171
Tints of Resolution Blue #324171
RGB
CMYK
RGB Variations
Color information
#324171 (or 0x324171) is known color: Resolution Blue. HEX triplet: 32, 41 and 71. RGB value is (50,65,113). Sum of RGB (Red+Green+Blue) = 50+65+113=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #324171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324171 is #CDBE8E. Grayscale: #414141. Windows color (decimal): -13483663 or 7422258. OLE color: 7422258.
HSL color Cylindrical-coordinate representation of color #324171: hue angle of 225.71º 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 #324171 is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 65 | 113 | - |
| CMYK | 0.56 | 0.42 | 0 | 0.56 |
| HSL | 225.71º | 0.39% | 0.32% | - |
| HSV(B) | 225.71º | 0.56% | 0.44% | - |
| XYZ | 6.19 | 5.65 | 16.39 | - |
| YUV | 65.99 | 154.53 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 113 | 0.56 | 0.42 | 0 | 0.56 | 225.71 | 0.39 | 0.32 |
| Hex | 32 | 41 | 71 | 38 | 2A | 0 | 38 | E2 | 27 | 20 |
| Octal | 62 | 101 | 161 | 70 | 52 | 0 | 70 | 342 | 47 | 40 |
| Binary | 110010 | 1000001 | 1110001 | 111000 | 101010 | 0 | 111000 | 11100010 | 100111 | 100000 |
Color Harmonies of #324171
Complementary color
Monochromatic Colors of #324171
Black with #324171
Text Example
Text Example
White with #324171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324171; }
p { color: rgb(50,65,113); }
H1.HeaderClassName
{
color: #324171;
}
.AnyTagClassName
{
color: #324171;
}
</style>
background-color css
<style>
a { background-color: #324171; }
a { background-color: rgb(50,65,113); }
div.DivClassName
{
background-color: #324171;
}
.BgClassName
{
background-color: #324171;
}
</style>
border-color css
<style>
span { border-color: #324171; }
span { border-color: rgb(50,65,113); }
td.TdClassName
{
border-color: #324171;
}
.TagClassName
{
border-color: #324171;
}
</style>