Shades of Tory Blue #324699
Tints of Tory Blue #324699
RGB
CMYK
RGB Variations
Color information
#324699 (or 0x324699) is known color: Tory Blue. HEX triplet: 32, 46 and 99. RGB value is (50,70,153). Sum of RGB (Red+Green+Blue) = 50+70+153=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #324699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324699 is #CDB966. Grayscale: #494949. Windows color (decimal): -13482343 or 10044978. OLE color: 10044978.
HSL color Cylindrical-coordinate representation of color #324699: hue angle of 228.35º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #324699 is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 70 | 153 | - |
| CMYK | 0.67 | 0.54 | 0 | 0.4 |
| HSL | 228.35º | 0.51% | 0.4% | - |
| HSV(B) | 228.35º | 0.67% | 0.6% | - |
| XYZ | 9.26 | 7.36 | 31.07 | - |
| YUV | 73.48 | 172.87 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 70 | 153 | 0.67 | 0.54 | 0 | 0.4 | 228.35 | 0.51 | 0.4 |
| Hex | 32 | 46 | 99 | 43 | 36 | 0 | 28 | E4 | 33 | 28 |
| Octal | 62 | 106 | 231 | 103 | 66 | 0 | 50 | 344 | 63 | 50 |
| Binary | 110010 | 1000110 | 10011001 | 1000011 | 110110 | 0 | 101000 | 11100100 | 110011 | 101000 |
Color Harmonies of #324699
Complementary color
Monochromatic Colors of #324699
Black with #324699
Text Example
Text Example
White with #324699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324699; }
p { color: rgb(50,70,153); }
H1.HeaderClassName
{
color: #324699;
}
.AnyTagClassName
{
color: #324699;
}
</style>
background-color css
<style>
a { background-color: #324699; }
a { background-color: rgb(50,70,153); }
div.DivClassName
{
background-color: #324699;
}
.BgClassName
{
background-color: #324699;
}
</style>
border-color css
<style>
span { border-color: #324699; }
span { border-color: rgb(50,70,153); }
td.TdClassName
{
border-color: #324699;
}
.TagClassName
{
border-color: #324699;
}
</style>