Shades of Resolution Blue #324474
Tints of Resolution Blue #324474
RGB
CMYK
RGB Variations
Color information
#324474 (or 0x324474) is known color: Resolution Blue. HEX triplet: 32, 44 and 74. RGB value is (50,68,116). Sum of RGB (Red+Green+Blue) = 50+68+116=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 116 (45.70% from 255 or 49.57% from 234); Max value from RGB is 116 - color contains mainly: blue. Hex color #324474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324474 is #CDBB8B. Grayscale: #434343. Windows color (decimal): -13482892 or 7619634. OLE color: 7619634.
HSL color Cylindrical-coordinate representation of color #324474: hue angle of 223.64º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #324474 is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 68 | 116 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.55 |
| HSL | 223.64º | 0.4% | 0.33% | - |
| HSV(B) | 223.64º | 0.57% | 0.45% | - |
| XYZ | 6.53 | 6.07 | 17.35 | - |
| YUV | 68.09 | 155.04 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 68 | 116 | 0.57 | 0.41 | 0 | 0.55 | 223.64 | 0.4 | 0.33 |
| Hex | 32 | 44 | 74 | 39 | 29 | 0 | 37 | E0 | 28 | 21 |
| Octal | 62 | 104 | 164 | 71 | 51 | 0 | 67 | 340 | 50 | 41 |
| Binary | 110010 | 1000100 | 1110100 | 111001 | 101001 | 0 | 110111 | 11100000 | 101000 | 100001 |
Color Harmonies of #324474
Complementary color
Monochromatic Colors of #324474
Black with #324474
Text Example
Text Example
White with #324474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324474; }
p { color: rgb(50,68,116); }
H1.HeaderClassName
{
color: #324474;
}
.AnyTagClassName
{
color: #324474;
}
</style>
background-color css
<style>
a { background-color: #324474; }
a { background-color: rgb(50,68,116); }
div.DivClassName
{
background-color: #324474;
}
.BgClassName
{
background-color: #324474;
}
</style>
border-color css
<style>
span { border-color: #324474; }
span { border-color: rgb(50,68,116); }
td.TdClassName
{
border-color: #324474;
}
.TagClassName
{
border-color: #324474;
}
</style>