Shades of Tory Blue #324095
Tints of Tory Blue #324095
RGB
CMYK
RGB Variations
Color information
#324095 (or 0x324095) is known color: Tory Blue. HEX triplet: 32, 40 and 95. RGB value is (50,64,149). Sum of RGB (Red+Green+Blue) = 50+64+149=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 149 (58.59% from 255 or 56.65% from 263); Max value from RGB is 149 - color contains mainly: blue. Hex color #324095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324095 is #CDBF6A. Grayscale: #454545. Windows color (decimal): -13483883 or 9781298. OLE color: 9781298.
HSL color Cylindrical-coordinate representation of color #324095: hue angle of 231.52º degrees, saturation: 0.5, 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 #324095 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 64 | 149 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.42 |
| HSL | 231.52º | 0.5% | 0.39% | - |
| HSV(B) | 231.52º | 0.66% | 0.58% | - |
| XYZ | 8.57 | 6.51 | 29.24 | - |
| YUV | 69.5 | 172.86 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 64 | 149 | 0.66 | 0.57 | 0 | 0.42 | 231.52 | 0.5 | 0.39 |
| Hex | 32 | 40 | 95 | 42 | 39 | 0 | 2A | E8 | 32 | 27 |
| Octal | 62 | 100 | 225 | 102 | 71 | 0 | 52 | 350 | 62 | 47 |
| Binary | 110010 | 1000000 | 10010101 | 1000010 | 111001 | 0 | 101010 | 11101000 | 110010 | 100111 |
Color Harmonies of #324095
Complementary color
Monochromatic Colors of #324095
Black with #324095
Text Example
Text Example
White with #324095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324095; }
p { color: rgb(50,64,149); }
H1.HeaderClassName
{
color: #324095;
}
.AnyTagClassName
{
color: #324095;
}
</style>
background-color css
<style>
a { background-color: #324095; }
a { background-color: rgb(50,64,149); }
div.DivClassName
{
background-color: #324095;
}
.BgClassName
{
background-color: #324095;
}
</style>
border-color css
<style>
span { border-color: #324095; }
span { border-color: rgb(50,64,149); }
td.TdClassName
{
border-color: #324095;
}
.TagClassName
{
border-color: #324095;
}
</style>