Shades of Tory Blue #325397
Tints of Tory Blue #325397
RGB
CMYK
RGB Variations
Color information
#325397 (or 0x325397) is known color: Tory Blue. HEX triplet: 32, 53 and 97. RGB value is (50,83,151). Sum of RGB (Red+Green+Blue) = 50+83+151=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 151 (59.38% from 255 or 53.17% from 284); Max value from RGB is 151 - color contains mainly: blue. Hex color #325397 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325397 is #CDAC68. Grayscale: #505050. Windows color (decimal): -13479017 or 9917234. OLE color: 9917234.
HSL color Cylindrical-coordinate representation of color #325397: hue angle of 220.4º 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 #325397 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 83 | 151 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.41 |
| HSL | 220.4º | 0.5% | 0.39% | - |
| HSV(B) | 220.4º | 0.67% | 0.59% | - |
| XYZ | 9.99 | 9.1 | 30.51 | - |
| YUV | 80.89 | 167.57 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 83 | 151 | 0.67 | 0.45 | 0 | 0.41 | 220.4 | 0.5 | 0.39 |
| Hex | 32 | 53 | 97 | 43 | 2D | 0 | 29 | DC | 32 | 27 |
| Octal | 62 | 123 | 227 | 103 | 55 | 0 | 51 | 334 | 62 | 47 |
| Binary | 110010 | 1010011 | 10010111 | 1000011 | 101101 | 0 | 101001 | 11011100 | 110010 | 100111 |
Color Harmonies of #325397
Complementary color
Monochromatic Colors of #325397
Black with #325397
Text Example
Text Example
White with #325397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325397; }
p { color: rgb(50,83,151); }
H1.HeaderClassName
{
color: #325397;
}
.AnyTagClassName
{
color: #325397;
}
</style>
background-color css
<style>
a { background-color: #325397; }
a { background-color: rgb(50,83,151); }
div.DivClassName
{
background-color: #325397;
}
.BgClassName
{
background-color: #325397;
}
</style>
border-color css
<style>
span { border-color: #325397; }
span { border-color: rgb(50,83,151); }
td.TdClassName
{
border-color: #325397;
}
.TagClassName
{
border-color: #325397;
}
</style>