Shades of Tory Blue #325597
Tints of Tory Blue #325597
RGB
CMYK
RGB Variations
Color information
#325597 (or 0x325597) is known color: Tory Blue. HEX triplet: 32, 55 and 97. RGB value is (50,85,151). Sum of RGB (Red+Green+Blue) = 50+85+151=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 151 (59.38% from 255 or 52.80% from 286); Max value from RGB is 151 - color contains mainly: blue. Hex color #325597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325597 is #CDAA68. Grayscale: #515151. Windows color (decimal): -13478505 or 9917746. OLE color: 9917746.
HSL color Cylindrical-coordinate representation of color #325597: hue angle of 219.21º 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 #325597 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 85 | 151 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.41 |
| HSL | 219.21º | 0.5% | 0.39% | - |
| HSV(B) | 219.21º | 0.67% | 0.59% | - |
| XYZ | 10.15 | 9.41 | 30.56 | - |
| YUV | 82.06 | 166.9 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 151 | 0.67 | 0.44 | 0 | 0.41 | 219.21 | 0.5 | 0.39 |
| Hex | 32 | 55 | 97 | 43 | 2C | 0 | 29 | DB | 32 | 27 |
| Octal | 62 | 125 | 227 | 103 | 54 | 0 | 51 | 333 | 62 | 47 |
| Binary | 110010 | 1010101 | 10010111 | 1000011 | 101100 | 0 | 101001 | 11011011 | 110010 | 100111 |
Color Harmonies of #325597
Complementary color
Monochromatic Colors of #325597
Black with #325597
Text Example
Text Example
White with #325597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325597; }
p { color: rgb(50,85,151); }
H1.HeaderClassName
{
color: #325597;
}
.AnyTagClassName
{
color: #325597;
}
</style>
background-color css
<style>
a { background-color: #325597; }
a { background-color: rgb(50,85,151); }
div.DivClassName
{
background-color: #325597;
}
.BgClassName
{
background-color: #325597;
}
</style>
border-color css
<style>
span { border-color: #325597; }
span { border-color: rgb(50,85,151); }
td.TdClassName
{
border-color: #325597;
}
.TagClassName
{
border-color: #325597;
}
</style>