Shades of Tory Blue #324A8D
Tints of Tory Blue #324A8D
RGB
CMYK
RGB Variations
Color information
#324A8D (or 0x324A8D) is known color: Tory Blue. HEX triplet: 32, 4A and 8D. RGB value is (50,74,141). Sum of RGB (Red+Green+Blue) = 50+74+141=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #324A8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324A8D is #CDB572. Grayscale: #4A4A4A. Windows color (decimal): -13481331 or 9259570. OLE color: 9259570.
HSL color Cylindrical-coordinate representation of color #324A8D: hue angle of 224.18º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #324A8D is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 74 | 141 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.45 |
| HSL | 224.18º | 0.48% | 0.37% | - |
| HSV(B) | 224.18º | 0.65% | 0.55% | - |
| XYZ | 8.57 | 7.5 | 26.19 | - |
| YUV | 74.46 | 165.55 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 141 | 0.65 | 0.48 | 0 | 0.45 | 224.18 | 0.48 | 0.37 |
| Hex | 32 | 4A | 8D | 41 | 30 | 0 | 2D | E0 | 30 | 25 |
| Octal | 62 | 112 | 215 | 101 | 60 | 0 | 55 | 340 | 60 | 45 |
| Binary | 110010 | 1001010 | 10001101 | 1000001 | 110000 | 0 | 101101 | 11100000 | 110000 | 100101 |
Color Harmonies of #324A8D
Complementary color
Monochromatic Colors of #324A8D
Black with #324A8D
Text Example
Text Example
White with #324A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324A8D; }
p { color: rgb(50,74,141); }
H1.HeaderClassName
{
color: #324A8D;
}
.AnyTagClassName
{
color: #324A8D;
}
</style>
background-color css
<style>
a { background-color: #324A8D; }
a { background-color: rgb(50,74,141); }
div.DivClassName
{
background-color: #324A8D;
}
.BgClassName
{
background-color: #324A8D;
}
</style>
border-color css
<style>
span { border-color: #324A8D; }
span { border-color: rgb(50,74,141); }
td.TdClassName
{
border-color: #324A8D;
}
.TagClassName
{
border-color: #324A8D;
}
</style>