Shades of Tory Blue #324894
Tints of Tory Blue #324894
RGB
CMYK
RGB Variations
Color information
#324894 (or 0x324894) is known color: Tory Blue. HEX triplet: 32, 48 and 94. RGB value is (50,72,148). Sum of RGB (Red+Green+Blue) = 50+72+148=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 148 (58.20% from 255 or 54.81% from 270); Max value from RGB is 148 - color contains mainly: blue. Hex color #324894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324894 is #CDB76B. Grayscale: #494949. Windows color (decimal): -13481836 or 9717810. OLE color: 9717810.
HSL color Cylindrical-coordinate representation of color #324894: hue angle of 226.53º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #324894 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 72 | 148 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.42 |
| HSL | 226.53º | 0.49% | 0.39% | - |
| HSV(B) | 226.53º | 0.66% | 0.58% | - |
| XYZ | 8.98 | 7.45 | 28.98 | - |
| YUV | 74.09 | 169.71 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 72 | 148 | 0.66 | 0.51 | 0 | 0.42 | 226.53 | 0.49 | 0.39 |
| Hex | 32 | 48 | 94 | 42 | 33 | 0 | 2A | E3 | 31 | 27 |
| Octal | 62 | 110 | 224 | 102 | 63 | 0 | 52 | 343 | 61 | 47 |
| Binary | 110010 | 1001000 | 10010100 | 1000010 | 110011 | 0 | 101010 | 11100011 | 110001 | 100111 |
Color Harmonies of #324894
Complementary color
Monochromatic Colors of #324894
Black with #324894
Text Example
Text Example
White with #324894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324894; }
p { color: rgb(50,72,148); }
H1.HeaderClassName
{
color: #324894;
}
.AnyTagClassName
{
color: #324894;
}
</style>
background-color css
<style>
a { background-color: #324894; }
a { background-color: rgb(50,72,148); }
div.DivClassName
{
background-color: #324894;
}
.BgClassName
{
background-color: #324894;
}
</style>
border-color css
<style>
span { border-color: #324894; }
span { border-color: rgb(50,72,148); }
td.TdClassName
{
border-color: #324894;
}
.TagClassName
{
border-color: #324894;
}
</style>