Shades of Tory Blue #324A8A
Tints of Tory Blue #324A8A
RGB
CMYK
RGB Variations
Color information
#324A8A (or 0x324A8A) is known color: Tory Blue. HEX triplet: 32, 4A and 8A. RGB value is (50,74,138). Sum of RGB (Red+Green+Blue) = 50+74+138=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 138 (54.30% from 255 or 52.67% from 262); Max value from RGB is 138 - color contains mainly: blue. Hex color #324A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324A8A is #CDB575. Grayscale: #494949. Windows color (decimal): -13481334 or 9062962. OLE color: 9062962.
HSL color Cylindrical-coordinate representation of color #324A8A: hue angle of 223.64º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #324A8A is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 74 | 138 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.46 |
| HSL | 223.64º | 0.47% | 0.37% | - |
| HSV(B) | 223.64º | 0.64% | 0.54% | - |
| XYZ | 8.35 | 7.41 | 25.03 | - |
| YUV | 74.12 | 164.05 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 138 | 0.64 | 0.46 | 0 | 0.46 | 223.64 | 0.47 | 0.37 |
| Hex | 32 | 4A | 8A | 40 | 2E | 0 | 2E | E0 | 2F | 25 |
| Octal | 62 | 112 | 212 | 100 | 56 | 0 | 56 | 340 | 57 | 45 |
| Binary | 110010 | 1001010 | 10001010 | 1000000 | 101110 | 0 | 101110 | 11100000 | 101111 | 100101 |
Color Harmonies of #324A8A
Complementary color
Monochromatic Colors of #324A8A
Black with #324A8A
Text Example
Text Example
White with #324A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324A8A; }
p { color: rgb(50,74,138); }
H1.HeaderClassName
{
color: #324A8A;
}
.AnyTagClassName
{
color: #324A8A;
}
</style>
background-color css
<style>
a { background-color: #324A8A; }
a { background-color: rgb(50,74,138); }
div.DivClassName
{
background-color: #324A8A;
}
.BgClassName
{
background-color: #324A8A;
}
</style>
border-color css
<style>
span { border-color: #324A8A; }
span { border-color: rgb(50,74,138); }
td.TdClassName
{
border-color: #324A8A;
}
.TagClassName
{
border-color: #324A8A;
}
</style>