Shades of Tory Blue #324A89
Tints of Tory Blue #324A89
RGB
CMYK
RGB Variations
Color information
#324A89 (or 0x324A89) is known color: Tory Blue. HEX triplet: 32, 4A and 89. RGB value is (50,74,137). Sum of RGB (Red+Green+Blue) = 50+74+137=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #324A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324A89 is #CDB576. Grayscale: #494949. Windows color (decimal): -13481335 or 8997426. OLE color: 8997426.
HSL color Cylindrical-coordinate representation of color #324A89: hue angle of 223.45º 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 #324A89 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 74 | 137 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.46 |
| HSL | 223.45º | 0.47% | 0.37% | - |
| HSV(B) | 223.45º | 0.64% | 0.54% | - |
| XYZ | 8.28 | 7.38 | 24.66 | - |
| YUV | 74.01 | 163.55 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 137 | 0.64 | 0.46 | 0 | 0.46 | 223.45 | 0.47 | 0.37 |
| Hex | 32 | 4A | 89 | 40 | 2E | 0 | 2E | DF | 2F | 25 |
| Octal | 62 | 112 | 211 | 100 | 56 | 0 | 56 | 337 | 57 | 45 |
| Binary | 110010 | 1001010 | 10001001 | 1000000 | 101110 | 0 | 101110 | 11011111 | 101111 | 100101 |
Color Harmonies of #324A89
Complementary color
Monochromatic Colors of #324A89
Black with #324A89
Text Example
Text Example
White with #324A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324A89; }
p { color: rgb(50,74,137); }
H1.HeaderClassName
{
color: #324A89;
}
.AnyTagClassName
{
color: #324A89;
}
</style>
background-color css
<style>
a { background-color: #324A89; }
a { background-color: rgb(50,74,137); }
div.DivClassName
{
background-color: #324A89;
}
.BgClassName
{
background-color: #324A89;
}
</style>
border-color css
<style>
span { border-color: #324A89; }
span { border-color: rgb(50,74,137); }
td.TdClassName
{
border-color: #324A89;
}
.TagClassName
{
border-color: #324A89;
}
</style>