Shades of Tory Blue #324993
Tints of Tory Blue #324993
RGB
CMYK
RGB Variations
Color information
#324993 (or 0x324993) is known color: Tory Blue. HEX triplet: 32, 49 and 93. RGB value is (50,73,147). Sum of RGB (Red+Green+Blue) = 50+73+147=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 147 (57.81% from 255 or 54.44% from 270); Max value from RGB is 147 - color contains mainly: blue. Hex color #324993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324993 is #CDB66C. Grayscale: #4A4A4A. Windows color (decimal): -13481581 or 9652530. OLE color: 9652530.
HSL color Cylindrical-coordinate representation of color #324993: hue angle of 225.77º 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 #324993 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 73 | 147 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.42 |
| HSL | 225.77º | 0.49% | 0.39% | - |
| HSV(B) | 225.77º | 0.66% | 0.58% | - |
| XYZ | 8.96 | 7.55 | 28.59 | - |
| YUV | 74.56 | 168.88 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 73 | 147 | 0.66 | 0.50 | 0 | 0.42 | 225.77 | 0.49 | 0.39 |
| Hex | 32 | 49 | 93 | 42 | 32 | 0 | 2A | E2 | 31 | 27 |
| Octal | 62 | 111 | 223 | 102 | 62 | 0 | 52 | 342 | 61 | 47 |
| Binary | 110010 | 1001001 | 10010011 | 1000010 | 110010 | 0 | 101010 | 11100010 | 110001 | 100111 |
Color Harmonies of #324993
Complementary color
Monochromatic Colors of #324993
Black with #324993
Text Example
Text Example
White with #324993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324993; }
p { color: rgb(50,73,147); }
H1.HeaderClassName
{
color: #324993;
}
.AnyTagClassName
{
color: #324993;
}
</style>
background-color css
<style>
a { background-color: #324993; }
a { background-color: rgb(50,73,147); }
div.DivClassName
{
background-color: #324993;
}
.BgClassName
{
background-color: #324993;
}
</style>
border-color css
<style>
span { border-color: #324993; }
span { border-color: rgb(50,73,147); }
td.TdClassName
{
border-color: #324993;
}
.TagClassName
{
border-color: #324993;
}
</style>