Shades of Tory Blue #324493
Tints of Tory Blue #324493
RGB
CMYK
RGB Variations
Color information
#324493 (or 0x324493) is known color: Tory Blue. HEX triplet: 32, 44 and 93. RGB value is (50,68,147). Sum of RGB (Red+Green+Blue) = 50+68+147=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 147 (57.81% from 255 or 55.47% from 265); Max value from RGB is 147 - color contains mainly: blue. Hex color #324493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324493 is #CDBB6C. Grayscale: #474747. Windows color (decimal): -13482861 or 9651250. OLE color: 9651250.
HSL color Cylindrical-coordinate representation of color #324493: hue angle of 228.87º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #324493 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 68 | 147 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.42 |
| HSL | 228.87º | 0.49% | 0.39% | - |
| HSV(B) | 228.87º | 0.66% | 0.58% | - |
| XYZ | 8.65 | 6.92 | 28.48 | - |
| YUV | 71.62 | 170.54 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 68 | 147 | 0.66 | 0.54 | 0 | 0.42 | 228.87 | 0.49 | 0.39 |
| Hex | 32 | 44 | 93 | 42 | 36 | 0 | 2A | E5 | 31 | 27 |
| Octal | 62 | 104 | 223 | 102 | 66 | 0 | 52 | 345 | 61 | 47 |
| Binary | 110010 | 1000100 | 10010011 | 1000010 | 110110 | 0 | 101010 | 11100101 | 110001 | 100111 |
Color Harmonies of #324493
Complementary color
Monochromatic Colors of #324493
Black with #324493
Text Example
Text Example
White with #324493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324493; }
p { color: rgb(50,68,147); }
H1.HeaderClassName
{
color: #324493;
}
.AnyTagClassName
{
color: #324493;
}
</style>
background-color css
<style>
a { background-color: #324493; }
a { background-color: rgb(50,68,147); }
div.DivClassName
{
background-color: #324493;
}
.BgClassName
{
background-color: #324493;
}
</style>
border-color css
<style>
span { border-color: #324493; }
span { border-color: rgb(50,68,147); }
td.TdClassName
{
border-color: #324493;
}
.TagClassName
{
border-color: #324493;
}
</style>