Shades of Tory Blue #324784
Tints of Tory Blue #324784
RGB
CMYK
RGB Variations
Color information
#324784 (or 0x324784) is known color: Tory Blue. HEX triplet: 32, 47 and 84. RGB value is (50,71,132). Sum of RGB (Red+Green+Blue) = 50+71+132=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 132 (51.95% from 255 or 52.17% from 253); Max value from RGB is 132 - color contains mainly: blue. Hex color #324784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324784 is #CDB87B. Grayscale: #474747. Windows color (decimal): -13482108 or 8668978. OLE color: 8668978.
HSL color Cylindrical-coordinate representation of color #324784: hue angle of 224.63º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #324784 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 71 | 132 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.48 |
| HSL | 224.63º | 0.45% | 0.36% | - |
| HSV(B) | 224.63º | 0.62% | 0.52% | - |
| XYZ | 7.73 | 6.85 | 22.74 | - |
| YUV | 71.68 | 162.04 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 71 | 132 | 0.62 | 0.46 | 0 | 0.48 | 224.63 | 0.45 | 0.36 |
| Hex | 32 | 47 | 84 | 3E | 2E | 0 | 30 | E1 | 2D | 24 |
| Octal | 62 | 107 | 204 | 76 | 56 | 0 | 60 | 341 | 55 | 44 |
| Binary | 110010 | 1000111 | 10000100 | 111110 | 101110 | 0 | 110000 | 11100001 | 101101 | 100100 |
Color Harmonies of #324784
Complementary color
Monochromatic Colors of #324784
Black with #324784
Text Example
Text Example
White with #324784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324784; }
p { color: rgb(50,71,132); }
H1.HeaderClassName
{
color: #324784;
}
.AnyTagClassName
{
color: #324784;
}
</style>
background-color css
<style>
a { background-color: #324784; }
a { background-color: rgb(50,71,132); }
div.DivClassName
{
background-color: #324784;
}
.BgClassName
{
background-color: #324784;
}
</style>
border-color css
<style>
span { border-color: #324784; }
span { border-color: rgb(50,71,132); }
td.TdClassName
{
border-color: #324784;
}
.TagClassName
{
border-color: #324784;
}
</style>