Shades of Tory Blue #325295
Tints of Tory Blue #325295
RGB
CMYK
RGB Variations
Color information
#325295 (or 0x325295) is known color: Tory Blue. HEX triplet: 32, 52 and 95. RGB value is (50,82,149). Sum of RGB (Red+Green+Blue) = 50+82+149=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #325295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325295 is #CDAD6A. Grayscale: #4F4F4F. Windows color (decimal): -13479275 or 9785906. OLE color: 9785906.
HSL color Cylindrical-coordinate representation of color #325295: hue angle of 220.61º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #325295 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 82 | 149 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.42 |
| HSL | 220.61º | 0.5% | 0.39% | - |
| HSV(B) | 220.61º | 0.66% | 0.58% | - |
| XYZ | 9.76 | 8.88 | 29.63 | - |
| YUV | 80.07 | 166.9 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 82 | 149 | 0.66 | 0.45 | 0 | 0.42 | 220.61 | 0.5 | 0.39 |
| Hex | 32 | 52 | 95 | 42 | 2D | 0 | 2A | DD | 32 | 27 |
| Octal | 62 | 122 | 225 | 102 | 55 | 0 | 52 | 335 | 62 | 47 |
| Binary | 110010 | 1010010 | 10010101 | 1000010 | 101101 | 0 | 101010 | 11011101 | 110010 | 100111 |
Color Harmonies of #325295
Complementary color
Monochromatic Colors of #325295
Black with #325295
Text Example
Text Example
White with #325295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325295; }
p { color: rgb(50,82,149); }
H1.HeaderClassName
{
color: #325295;
}
.AnyTagClassName
{
color: #325295;
}
</style>
background-color css
<style>
a { background-color: #325295; }
a { background-color: rgb(50,82,149); }
div.DivClassName
{
background-color: #325295;
}
.BgClassName
{
background-color: #325295;
}
</style>
border-color css
<style>
span { border-color: #325295; }
span { border-color: rgb(50,82,149); }
td.TdClassName
{
border-color: #325295;
}
.TagClassName
{
border-color: #325295;
}
</style>