Shades of Tory Blue #324491
Tints of Tory Blue #324491
RGB
CMYK
RGB Variations
Color information
#324491 (or 0x324491) is known color: Tory Blue. HEX triplet: 32, 44 and 91. RGB value is (50,68,145). Sum of RGB (Red+Green+Blue) = 50+68+145=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #324491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324491 is #CDBB6E. Grayscale: #474747. Windows color (decimal): -13482863 or 9520178. OLE color: 9520178.
HSL color Cylindrical-coordinate representation of color #324491: hue angle of 228.63º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #324491 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 68 | 145 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.43 |
| HSL | 228.63º | 0.49% | 0.38% | - |
| HSV(B) | 228.63º | 0.66% | 0.57% | - |
| XYZ | 8.49 | 6.86 | 27.66 | - |
| YUV | 71.4 | 169.54 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 68 | 145 | 0.66 | 0.53 | 0 | 0.43 | 228.63 | 0.49 | 0.38 |
| Hex | 32 | 44 | 91 | 42 | 35 | 0 | 2B | E5 | 31 | 26 |
| Octal | 62 | 104 | 221 | 102 | 65 | 0 | 53 | 345 | 61 | 46 |
| Binary | 110010 | 1000100 | 10010001 | 1000010 | 110101 | 0 | 101011 | 11100101 | 110001 | 100110 |
Color Harmonies of #324491
Complementary color
Monochromatic Colors of #324491
Black with #324491
Text Example
Text Example
White with #324491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324491; }
p { color: rgb(50,68,145); }
H1.HeaderClassName
{
color: #324491;
}
.AnyTagClassName
{
color: #324491;
}
</style>
background-color css
<style>
a { background-color: #324491; }
a { background-color: rgb(50,68,145); }
div.DivClassName
{
background-color: #324491;
}
.BgClassName
{
background-color: #324491;
}
</style>
border-color css
<style>
span { border-color: #324491; }
span { border-color: rgb(50,68,145); }
td.TdClassName
{
border-color: #324491;
}
.TagClassName
{
border-color: #324491;
}
</style>