Shades of Tory Blue #324988
Tints of Tory Blue #324988
RGB
CMYK
RGB Variations
Color information
#324988 (or 0x324988) is known color: Tory Blue. HEX triplet: 32, 49 and 88. RGB value is (50,73,136). Sum of RGB (Red+Green+Blue) = 50+73+136=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 136 (53.52% from 255 or 52.51% from 259); Max value from RGB is 136 - color contains mainly: blue. Hex color #324988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324988 is #CDB677. Grayscale: #494949. Windows color (decimal): -13481592 or 8931634. OLE color: 8931634.
HSL color Cylindrical-coordinate representation of color #324988: hue angle of 223.95º 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 #324988 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 73 | 136 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.47 |
| HSL | 223.95º | 0.46% | 0.36% | - |
| HSV(B) | 223.95º | 0.63% | 0.53% | - |
| XYZ | 8.14 | 7.22 | 24.26 | - |
| YUV | 73.31 | 163.38 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 73 | 136 | 0.63 | 0.46 | 0 | 0.47 | 223.95 | 0.46 | 0.36 |
| Hex | 32 | 49 | 88 | 3F | 2E | 0 | 2F | E0 | 2E | 24 |
| Octal | 62 | 111 | 210 | 77 | 56 | 0 | 57 | 340 | 56 | 44 |
| Binary | 110010 | 1001001 | 10001000 | 111111 | 101110 | 0 | 101111 | 11100000 | 101110 | 100100 |
Color Harmonies of #324988
Complementary color
Monochromatic Colors of #324988
Black with #324988
Text Example
Text Example
White with #324988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324988; }
p { color: rgb(50,73,136); }
H1.HeaderClassName
{
color: #324988;
}
.AnyTagClassName
{
color: #324988;
}
</style>
background-color css
<style>
a { background-color: #324988; }
a { background-color: rgb(50,73,136); }
div.DivClassName
{
background-color: #324988;
}
.BgClassName
{
background-color: #324988;
}
</style>
border-color css
<style>
span { border-color: #324988; }
span { border-color: rgb(50,73,136); }
td.TdClassName
{
border-color: #324988;
}
.TagClassName
{
border-color: #324988;
}
</style>