Shades of Resolution Blue #324672
Tints of Resolution Blue #324672
RGB
CMYK
RGB Variations
Color information
#324672 (or 0x324672) is known color: Resolution Blue. HEX triplet: 32, 46 and 72. RGB value is (50,70,114). Sum of RGB (Red+Green+Blue) = 50+70+114=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #324672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324672 is #CDB98D. Grayscale: #444444. Windows color (decimal): -13482382 or 7489074. OLE color: 7489074.
HSL color Cylindrical-coordinate representation of color #324672: hue angle of 221.25º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #324672 is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 70 | 114 | - |
| CMYK | 0.56 | 0.39 | 0 | 0.55 |
| HSL | 221.25º | 0.39% | 0.32% | - |
| HSV(B) | 221.25º | 0.56% | 0.45% | - |
| XYZ | 6.54 | 6.27 | 16.79 | - |
| YUV | 69.04 | 153.37 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 70 | 114 | 0.56 | 0.39 | 0 | 0.55 | 221.25 | 0.39 | 0.32 |
| Hex | 32 | 46 | 72 | 38 | 27 | 0 | 37 | DD | 27 | 20 |
| Octal | 62 | 106 | 162 | 70 | 47 | 0 | 67 | 335 | 47 | 40 |
| Binary | 110010 | 1000110 | 1110010 | 111000 | 100111 | 0 | 110111 | 11011101 | 100111 | 100000 |
Color Harmonies of #324672
Complementary color
Monochromatic Colors of #324672
Black with #324672
Text Example
Text Example
White with #324672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324672; }
p { color: rgb(50,70,114); }
H1.HeaderClassName
{
color: #324672;
}
.AnyTagClassName
{
color: #324672;
}
</style>
background-color css
<style>
a { background-color: #324672; }
a { background-color: rgb(50,70,114); }
div.DivClassName
{
background-color: #324672;
}
.BgClassName
{
background-color: #324672;
}
</style>
border-color css
<style>
span { border-color: #324672; }
span { border-color: rgb(50,70,114); }
td.TdClassName
{
border-color: #324672;
}
.TagClassName
{
border-color: #324672;
}
</style>