Shades of Tory Blue #324D89
Tints of Tory Blue #324D89
RGB
CMYK
RGB Variations
Color information
#324D89 (or 0x324D89) is known color: Tory Blue. HEX triplet: 32, 4D and 89. RGB value is (50,77,137). Sum of RGB (Red+Green+Blue) = 50+77+137=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 137 (53.91% from 255 or 51.89% from 264); Max value from RGB is 137 - color contains mainly: blue. Hex color #324D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324D89 is #CDB276. Grayscale: #4B4B4B. Windows color (decimal): -13480567 or 8998194. OLE color: 8998194.
HSL color Cylindrical-coordinate representation of color #324D89: hue angle of 221.38º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #324D89 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 77 | 137 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.46 |
| HSL | 221.38º | 0.47% | 0.37% | - |
| HSV(B) | 221.38º | 0.64% | 0.54% | - |
| XYZ | 8.48 | 7.79 | 24.72 | - |
| YUV | 75.77 | 162.55 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 77 | 137 | 0.64 | 0.44 | 0 | 0.46 | 221.38 | 0.47 | 0.37 |
| Hex | 32 | 4D | 89 | 40 | 2C | 0 | 2E | DD | 2F | 25 |
| Octal | 62 | 115 | 211 | 100 | 54 | 0 | 56 | 335 | 57 | 45 |
| Binary | 110010 | 1001101 | 10001001 | 1000000 | 101100 | 0 | 101110 | 11011101 | 101111 | 100101 |
Color Harmonies of #324D89
Complementary color
Monochromatic Colors of #324D89
Black with #324D89
Text Example
Text Example
White with #324D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324D89; }
p { color: rgb(50,77,137); }
H1.HeaderClassName
{
color: #324D89;
}
.AnyTagClassName
{
color: #324D89;
}
</style>
background-color css
<style>
a { background-color: #324D89; }
a { background-color: rgb(50,77,137); }
div.DivClassName
{
background-color: #324D89;
}
.BgClassName
{
background-color: #324D89;
}
</style>
border-color css
<style>
span { border-color: #324D89; }
span { border-color: rgb(50,77,137); }
td.TdClassName
{
border-color: #324D89;
}
.TagClassName
{
border-color: #324D89;
}
</style>