Shades of Tory Blue #324982
Tints of Tory Blue #324982
RGB
CMYK
RGB Variations
Color information
#324982 (or 0x324982) is known color: Tory Blue. HEX triplet: 32, 49 and 82. RGB value is (50,73,130). Sum of RGB (Red+Green+Blue) = 50+73+130=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 130 (51.17% from 255 or 51.38% from 253); Max value from RGB is 130 - color contains mainly: blue. Hex color #324982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324982 is #CDB67D. Grayscale: #484848. Windows color (decimal): -13481598 or 8538418. OLE color: 8538418.
HSL color Cylindrical-coordinate representation of color #324982: hue angle of 222.75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #324982 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 73 | 130 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.49 |
| HSL | 222.75º | 0.44% | 0.35% | - |
| HSV(B) | 222.75º | 0.62% | 0.51% | - |
| XYZ | 7.73 | 7.05 | 22.07 | - |
| YUV | 72.62 | 160.38 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 73 | 130 | 0.62 | 0.44 | 0 | 0.49 | 222.75 | 0.44 | 0.35 |
| Hex | 32 | 49 | 82 | 3E | 2C | 0 | 31 | DF | 2C | 23 |
| Octal | 62 | 111 | 202 | 76 | 54 | 0 | 61 | 337 | 54 | 43 |
| Binary | 110010 | 1001001 | 10000010 | 111110 | 101100 | 0 | 110001 | 11011111 | 101100 | 100011 |
Color Harmonies of #324982
Complementary color
Monochromatic Colors of #324982
Black with #324982
Text Example
Text Example
White with #324982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324982; }
p { color: rgb(50,73,130); }
H1.HeaderClassName
{
color: #324982;
}
.AnyTagClassName
{
color: #324982;
}
</style>
background-color css
<style>
a { background-color: #324982; }
a { background-color: rgb(50,73,130); }
div.DivClassName
{
background-color: #324982;
}
.BgClassName
{
background-color: #324982;
}
</style>
border-color css
<style>
span { border-color: #324982; }
span { border-color: rgb(50,73,130); }
td.TdClassName
{
border-color: #324982;
}
.TagClassName
{
border-color: #324982;
}
</style>