Shades of Tory Blue #324A84
Tints of Tory Blue #324A84
RGB
CMYK
RGB Variations
Color information
#324A84 (or 0x324A84) is known color: Tory Blue. HEX triplet: 32, 4A and 84. RGB value is (50,74,132). Sum of RGB (Red+Green+Blue) = 50+74+132=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #324A84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324A84 is #CDB57B. Grayscale: #494949. Windows color (decimal): -13481340 or 8669746. OLE color: 8669746.
HSL color Cylindrical-coordinate representation of color #324A84: hue angle of 222.44º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #324A84 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 74 | 132 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.48 |
| HSL | 222.44º | 0.45% | 0.36% | - |
| HSV(B) | 222.44º | 0.62% | 0.52% | - |
| XYZ | 7.93 | 7.24 | 22.81 | - |
| YUV | 73.44 | 161.05 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 132 | 0.62 | 0.44 | 0 | 0.48 | 222.44 | 0.45 | 0.36 |
| Hex | 32 | 4A | 84 | 3E | 2C | 0 | 30 | DE | 2D | 24 |
| Octal | 62 | 112 | 204 | 76 | 54 | 0 | 60 | 336 | 55 | 44 |
| Binary | 110010 | 1001010 | 10000100 | 111110 | 101100 | 0 | 110000 | 11011110 | 101101 | 100100 |
Color Harmonies of #324A84
Complementary color
Monochromatic Colors of #324A84
Black with #324A84
Text Example
Text Example
White with #324A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324A84; }
p { color: rgb(50,74,132); }
H1.HeaderClassName
{
color: #324A84;
}
.AnyTagClassName
{
color: #324A84;
}
</style>
background-color css
<style>
a { background-color: #324A84; }
a { background-color: rgb(50,74,132); }
div.DivClassName
{
background-color: #324A84;
}
.BgClassName
{
background-color: #324A84;
}
</style>
border-color css
<style>
span { border-color: #324A84; }
span { border-color: rgb(50,74,132); }
td.TdClassName
{
border-color: #324A84;
}
.TagClassName
{
border-color: #324A84;
}
</style>