Shades of Tory Blue #324A86
Tints of Tory Blue #324A86
RGB
CMYK
RGB Variations
Color information
#324A86 (or 0x324A86) is known color: Tory Blue. HEX triplet: 32, 4A and 86. RGB value is (50,74,134). Sum of RGB (Red+Green+Blue) = 50+74+134=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 134 (52.73% from 255 or 51.94% from 258); Max value from RGB is 134 - color contains mainly: blue. Hex color #324A86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324A86 is #CDB579. Grayscale: #494949. Windows color (decimal): -13481338 or 8800818. OLE color: 8800818.
HSL color Cylindrical-coordinate representation of color #324A86: hue angle of 222.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #324A86 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 74 | 134 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.47 |
| HSL | 222.86º | 0.46% | 0.36% | - |
| HSV(B) | 222.86º | 0.63% | 0.53% | - |
| XYZ | 8.07 | 7.3 | 23.54 | - |
| YUV | 73.66 | 162.05 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 134 | 0.63 | 0.45 | 0 | 0.47 | 222.86 | 0.46 | 0.36 |
| Hex | 32 | 4A | 86 | 3F | 2D | 0 | 2F | DF | 2E | 24 |
| Octal | 62 | 112 | 206 | 77 | 55 | 0 | 57 | 337 | 56 | 44 |
| Binary | 110010 | 1001010 | 10000110 | 111111 | 101101 | 0 | 101111 | 11011111 | 101110 | 100100 |
Color Harmonies of #324A86
Complementary color
Monochromatic Colors of #324A86
Black with #324A86
Text Example
Text Example
White with #324A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324A86; }
p { color: rgb(50,74,134); }
H1.HeaderClassName
{
color: #324A86;
}
.AnyTagClassName
{
color: #324A86;
}
</style>
background-color css
<style>
a { background-color: #324A86; }
a { background-color: rgb(50,74,134); }
div.DivClassName
{
background-color: #324A86;
}
.BgClassName
{
background-color: #324A86;
}
</style>
border-color css
<style>
span { border-color: #324A86; }
span { border-color: rgb(50,74,134); }
td.TdClassName
{
border-color: #324A86;
}
.TagClassName
{
border-color: #324A86;
}
</style>