Shades of Tory Blue #324A88
Tints of Tory Blue #324A88
RGB
CMYK
RGB Variations
Color information
#324A88 (or 0x324A88) is known color: Tory Blue. HEX triplet: 32, 4A and 88. RGB value is (50,74,136). Sum of RGB (Red+Green+Blue) = 50+74+136=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 136 (53.52% from 255 or 52.31% from 260); Max value from RGB is 136 - color contains mainly: blue. Hex color #324A88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324A88 is #CDB577. Grayscale: #494949. Windows color (decimal): -13481336 or 8931890. OLE color: 8931890.
HSL color Cylindrical-coordinate representation of color #324A88: hue angle of 223.26º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #324A88 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 74 | 136 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.47 |
| HSL | 223.26º | 0.46% | 0.36% | - |
| HSV(B) | 223.26º | 0.63% | 0.53% | - |
| XYZ | 8.21 | 7.35 | 24.28 | - |
| YUV | 73.89 | 163.05 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 136 | 0.63 | 0.46 | 0 | 0.47 | 223.26 | 0.46 | 0.36 |
| Hex | 32 | 4A | 88 | 3F | 2E | 0 | 2F | DF | 2E | 24 |
| Octal | 62 | 112 | 210 | 77 | 56 | 0 | 57 | 337 | 56 | 44 |
| Binary | 110010 | 1001010 | 10001000 | 111111 | 101110 | 0 | 101111 | 11011111 | 101110 | 100100 |
Color Harmonies of #324A88
Complementary color
Monochromatic Colors of #324A88
Black with #324A88
Text Example
Text Example
White with #324A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324A88; }
p { color: rgb(50,74,136); }
H1.HeaderClassName
{
color: #324A88;
}
.AnyTagClassName
{
color: #324A88;
}
</style>
background-color css
<style>
a { background-color: #324A88; }
a { background-color: rgb(50,74,136); }
div.DivClassName
{
background-color: #324A88;
}
.BgClassName
{
background-color: #324A88;
}
</style>
border-color css
<style>
span { border-color: #324A88; }
span { border-color: rgb(50,74,136); }
td.TdClassName
{
border-color: #324A88;
}
.TagClassName
{
border-color: #324A88;
}
</style>