Shades of Tory Blue #325197
Tints of Tory Blue #325197
RGB
CMYK
RGB Variations
Color information
#325197 (or 0x325197) is known color: Tory Blue. HEX triplet: 32, 51 and 97. RGB value is (50,81,151). Sum of RGB (Red+Green+Blue) = 50+81+151=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 151 (59.38% from 255 or 53.55% from 282); Max value from RGB is 151 - color contains mainly: blue. Hex color #325197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325197 is #CDAE68. Grayscale: #4F4F4F. Windows color (decimal): -13479529 or 9916722. OLE color: 9916722.
HSL color Cylindrical-coordinate representation of color #325197: hue angle of 221.58º 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 #325197 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 81 | 151 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.41 |
| HSL | 221.58º | 0.5% | 0.39% | - |
| HSV(B) | 221.58º | 0.67% | 0.59% | - |
| XYZ | 9.84 | 8.8 | 30.46 | - |
| YUV | 79.71 | 168.23 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 81 | 151 | 0.67 | 0.46 | 0 | 0.41 | 221.58 | 0.5 | 0.39 |
| Hex | 32 | 51 | 97 | 43 | 2E | 0 | 29 | DE | 32 | 27 |
| Octal | 62 | 121 | 227 | 103 | 56 | 0 | 51 | 336 | 62 | 47 |
| Binary | 110010 | 1010001 | 10010111 | 1000011 | 101110 | 0 | 101001 | 11011110 | 110010 | 100111 |
Color Harmonies of #325197
Complementary color
Monochromatic Colors of #325197
Black with #325197
Text Example
Text Example
White with #325197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325197; }
p { color: rgb(50,81,151); }
H1.HeaderClassName
{
color: #325197;
}
.AnyTagClassName
{
color: #325197;
}
</style>
background-color css
<style>
a { background-color: #325197; }
a { background-color: rgb(50,81,151); }
div.DivClassName
{
background-color: #325197;
}
.BgClassName
{
background-color: #325197;
}
</style>
border-color css
<style>
span { border-color: #325197; }
span { border-color: rgb(50,81,151); }
td.TdClassName
{
border-color: #325197;
}
.TagClassName
{
border-color: #325197;
}
</style>