Shades of Tory Blue #324A8B
Tints of Tory Blue #324A8B
RGB
CMYK
RGB Variations
Color information
#324A8B (or 0x324A8B) is known color: Tory Blue. HEX triplet: 32, 4A and 8B. RGB value is (50,74,139). Sum of RGB (Red+Green+Blue) = 50+74+139=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #324A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324A8B is #CDB574. Grayscale: #494949. Windows color (decimal): -13481333 or 9128498. OLE color: 9128498.
HSL color Cylindrical-coordinate representation of color #324A8B: hue angle of 223.82º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #324A8B is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 74 | 139 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.45 |
| HSL | 223.82º | 0.47% | 0.37% | - |
| HSV(B) | 223.82º | 0.64% | 0.55% | - |
| XYZ | 8.42 | 7.44 | 25.42 | - |
| YUV | 74.23 | 164.55 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 139 | 0.64 | 0.47 | 0 | 0.45 | 223.82 | 0.47 | 0.37 |
| Hex | 32 | 4A | 8B | 40 | 2F | 0 | 2D | E0 | 2F | 25 |
| Octal | 62 | 112 | 213 | 100 | 57 | 0 | 55 | 340 | 57 | 45 |
| Binary | 110010 | 1001010 | 10001011 | 1000000 | 101111 | 0 | 101101 | 11100000 | 101111 | 100101 |
Color Harmonies of #324A8B
Complementary color
Monochromatic Colors of #324A8B
Black with #324A8B
Text Example
Text Example
White with #324A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324A8B; }
p { color: rgb(50,74,139); }
H1.HeaderClassName
{
color: #324A8B;
}
.AnyTagClassName
{
color: #324A8B;
}
</style>
background-color css
<style>
a { background-color: #324A8B; }
a { background-color: rgb(50,74,139); }
div.DivClassName
{
background-color: #324A8B;
}
.BgClassName
{
background-color: #324A8B;
}
</style>
border-color css
<style>
span { border-color: #324A8B; }
span { border-color: rgb(50,74,139); }
td.TdClassName
{
border-color: #324A8B;
}
.TagClassName
{
border-color: #324A8B;
}
</style>