Shades of Tory Blue #324197
Tints of Tory Blue #324197
RGB
CMYK
RGB Variations
Color information
#324197 (or 0x324197) is known color: Tory Blue. HEX triplet: 32, 41 and 97. RGB value is (50,65,151). Sum of RGB (Red+Green+Blue) = 50+65+151=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 151 (59.38% from 255 or 56.77% from 266); Max value from RGB is 151 - color contains mainly: blue. Hex color #324197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324197 is #CDBE68. Grayscale: #454545. Windows color (decimal): -13483625 or 9912626. OLE color: 9912626.
HSL color Cylindrical-coordinate representation of color #324197: hue angle of 231.09º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #324197 is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 65 | 151 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.41 |
| HSL | 231.09º | 0.5% | 0.39% | - |
| HSV(B) | 231.09º | 0.67% | 0.59% | - |
| XYZ | 8.79 | 6.69 | 30.11 | - |
| YUV | 70.32 | 173.53 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 151 | 0.67 | 0.57 | 0 | 0.41 | 231.09 | 0.5 | 0.39 |
| Hex | 32 | 41 | 97 | 43 | 39 | 0 | 29 | E7 | 32 | 27 |
| Octal | 62 | 101 | 227 | 103 | 71 | 0 | 51 | 347 | 62 | 47 |
| Binary | 110010 | 1000001 | 10010111 | 1000011 | 111001 | 0 | 101001 | 11100111 | 110010 | 100111 |
Color Harmonies of #324197
Complementary color
Monochromatic Colors of #324197
Black with #324197
Text Example
Text Example
White with #324197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324197; }
p { color: rgb(50,65,151); }
H1.HeaderClassName
{
color: #324197;
}
.AnyTagClassName
{
color: #324197;
}
</style>
background-color css
<style>
a { background-color: #324197; }
a { background-color: rgb(50,65,151); }
div.DivClassName
{
background-color: #324197;
}
.BgClassName
{
background-color: #324197;
}
</style>
border-color css
<style>
span { border-color: #324197; }
span { border-color: rgb(50,65,151); }
td.TdClassName
{
border-color: #324197;
}
.TagClassName
{
border-color: #324197;
}
</style>