Shades of Resolution Blue #324472
Tints of Resolution Blue #324472
RGB
CMYK
RGB Variations
Color information
#324472 (or 0x324472) is known color: Resolution Blue. HEX triplet: 32, 44 and 72. RGB value is (50,68,114). Sum of RGB (Red+Green+Blue) = 50+68+114=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #324472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324472 is #CDBB8D. Grayscale: #434343. Windows color (decimal): -13482894 or 7488562. OLE color: 7488562.
HSL color Cylindrical-coordinate representation of color #324472: hue angle of 223.12º 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 #324472 is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 68 | 114 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.55 |
| HSL | 223.13º | 0.39% | 0.32% | - |
| HSV(B) | 223.13º | 0.56% | 0.45% | - |
| XYZ | 6.42 | 6.03 | 16.74 | - |
| YUV | 67.86 | 154.04 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 68 | 114 | 0.56 | 0.40 | 0 | 0.55 | 223.13 | 0.39 | 0.32 |
| Hex | 32 | 44 | 72 | 38 | 28 | 0 | 37 | DF | 27 | 20 |
| Octal | 62 | 104 | 162 | 70 | 50 | 0 | 67 | 337 | 47 | 40 |
| Binary | 110010 | 1000100 | 1110010 | 111000 | 101000 | 0 | 110111 | 11011111 | 100111 | 100000 |
Color Harmonies of #324472
Complementary color
Monochromatic Colors of #324472
Black with #324472
Text Example
Text Example
White with #324472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324472; }
p { color: rgb(50,68,114); }
H1.HeaderClassName
{
color: #324472;
}
.AnyTagClassName
{
color: #324472;
}
</style>
background-color css
<style>
a { background-color: #324472; }
a { background-color: rgb(50,68,114); }
div.DivClassName
{
background-color: #324472;
}
.BgClassName
{
background-color: #324472;
}
</style>
border-color css
<style>
span { border-color: #324472; }
span { border-color: rgb(50,68,114); }
td.TdClassName
{
border-color: #324472;
}
.TagClassName
{
border-color: #324472;
}
</style>