Shades of Tory Blue #325297
Tints of Tory Blue #325297
RGB
CMYK
RGB Variations
Color information
#325297 (or 0x325297) is known color: Tory Blue. HEX triplet: 32, 52 and 97. RGB value is (50,82,151). Sum of RGB (Red+Green+Blue) = 50+82+151=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 151 (59.38% from 255 or 53.36% from 283); Max value from RGB is 151 - color contains mainly: blue. Hex color #325297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325297 is #CDAD68. Grayscale: #4F4F4F. Windows color (decimal): -13479273 or 9916978. OLE color: 9916978.
HSL color Cylindrical-coordinate representation of color #325297: hue angle of 220.99º 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 #325297 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 82 | 151 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.41 |
| HSL | 220.99º | 0.5% | 0.39% | - |
| HSV(B) | 220.99º | 0.67% | 0.59% | - |
| XYZ | 9.92 | 8.95 | 30.48 | - |
| YUV | 80.3 | 167.9 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 82 | 151 | 0.67 | 0.46 | 0 | 0.41 | 220.99 | 0.5 | 0.39 |
| Hex | 32 | 52 | 97 | 43 | 2E | 0 | 29 | DD | 32 | 27 |
| Octal | 62 | 122 | 227 | 103 | 56 | 0 | 51 | 335 | 62 | 47 |
| Binary | 110010 | 1010010 | 10010111 | 1000011 | 101110 | 0 | 101001 | 11011101 | 110010 | 100111 |
Color Harmonies of #325297
Complementary color
Monochromatic Colors of #325297
Black with #325297
Text Example
Text Example
White with #325297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325297; }
p { color: rgb(50,82,151); }
H1.HeaderClassName
{
color: #325297;
}
.AnyTagClassName
{
color: #325297;
}
</style>
background-color css
<style>
a { background-color: #325297; }
a { background-color: rgb(50,82,151); }
div.DivClassName
{
background-color: #325297;
}
.BgClassName
{
background-color: #325297;
}
</style>
border-color css
<style>
span { border-color: #325297; }
span { border-color: rgb(50,82,151); }
td.TdClassName
{
border-color: #325297;
}
.TagClassName
{
border-color: #325297;
}
</style>