Shades of Tory Blue #324B99
Tints of Tory Blue #324B99
RGB
CMYK
RGB Variations
Color information
#324B99 (or 0x324B99) is known color: Tory Blue. HEX triplet: 32, 4B and 99. RGB value is (50,75,153). Sum of RGB (Red+Green+Blue) = 50+75+153=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 153 (60.16% from 255 or 55.04% from 278); Max value from RGB is 153 - color contains mainly: blue. Hex color #324B99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324B99 is #CDB466. Grayscale: #4C4C4C. Windows color (decimal): -13481063 or 10046258. OLE color: 10046258.
HSL color Cylindrical-coordinate representation of color #324B99: hue angle of 225.44º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #324B99 is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 75 | 153 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.4 |
| HSL | 225.44º | 0.51% | 0.4% | - |
| HSV(B) | 225.44º | 0.67% | 0.6% | - |
| XYZ | 9.58 | 8.01 | 31.18 | - |
| YUV | 76.42 | 171.22 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 75 | 153 | 0.67 | 0.51 | 0 | 0.4 | 225.44 | 0.51 | 0.4 |
| Hex | 32 | 4B | 99 | 43 | 33 | 0 | 28 | E1 | 33 | 28 |
| Octal | 62 | 113 | 231 | 103 | 63 | 0 | 50 | 341 | 63 | 50 |
| Binary | 110010 | 1001011 | 10011001 | 1000011 | 110011 | 0 | 101000 | 11100001 | 110011 | 101000 |
Color Harmonies of #324B99
Complementary color
Monochromatic Colors of #324B99
Black with #324B99
Text Example
Text Example
White with #324B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324B99; }
p { color: rgb(50,75,153); }
H1.HeaderClassName
{
color: #324B99;
}
.AnyTagClassName
{
color: #324B99;
}
</style>
background-color css
<style>
a { background-color: #324B99; }
a { background-color: rgb(50,75,153); }
div.DivClassName
{
background-color: #324B99;
}
.BgClassName
{
background-color: #324B99;
}
</style>
border-color css
<style>
span { border-color: #324B99; }
span { border-color: rgb(50,75,153); }
td.TdClassName
{
border-color: #324B99;
}
.TagClassName
{
border-color: #324B99;
}
</style>