Shades of Tory Blue #324A9C
Tints of Tory Blue #324A9C
RGB
CMYK
RGB Variations
Color information
#324A9C (or 0x324A9C) is known color: Tory Blue. HEX triplet: 32, 4A and 9C. RGB value is (50,74,156). Sum of RGB (Red+Green+Blue) = 50+74+156=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 156 (61.33% from 255 or 55.71% from 280); Max value from RGB is 156 - color contains mainly: blue. Hex color #324A9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324A9C is #CDB563. Grayscale: #4B4B4B. Windows color (decimal): -13481316 or 10242610. OLE color: 10242610.
HSL color Cylindrical-coordinate representation of color #324A9C: hue angle of 226.42º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #324A9C is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 74 | 156 | - |
| CMYK | 0.68 | 0.53 | 0 | 0.39 |
| HSL | 226.42º | 0.51% | 0.4% | - |
| HSV(B) | 226.42º | 0.68% | 0.61% | - |
| XYZ | 9.76 | 7.98 | 32.48 | - |
| YUV | 76.17 | 173.05 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 156 | 0.68 | 0.53 | 0 | 0.39 | 226.42 | 0.51 | 0.4 |
| Hex | 32 | 4A | 9C | 44 | 35 | 0 | 27 | E2 | 33 | 28 |
| Octal | 62 | 112 | 234 | 104 | 65 | 0 | 47 | 342 | 63 | 50 |
| Binary | 110010 | 1001010 | 10011100 | 1000100 | 110101 | 0 | 100111 | 11100010 | 110011 | 101000 |
Color Harmonies of #324A9C
Complementary color
Monochromatic Colors of #324A9C
Black with #324A9C
Text Example
Text Example
White with #324A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324A9C; }
p { color: rgb(50,74,156); }
H1.HeaderClassName
{
color: #324A9C;
}
.AnyTagClassName
{
color: #324A9C;
}
</style>
background-color css
<style>
a { background-color: #324A9C; }
a { background-color: rgb(50,74,156); }
div.DivClassName
{
background-color: #324A9C;
}
.BgClassName
{
background-color: #324A9C;
}
</style>
border-color css
<style>
span { border-color: #324A9C; }
span { border-color: rgb(50,74,156); }
td.TdClassName
{
border-color: #324A9C;
}
.TagClassName
{
border-color: #324A9C;
}
</style>