Shades of Tory Blue #325499
Tints of Tory Blue #325499
RGB
CMYK
RGB Variations
Color information
#325499 (or 0x325499) is known color: Tory Blue. HEX triplet: 32, 54 and 99. RGB value is (50,84,153). Sum of RGB (Red+Green+Blue) = 50+84+153=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #325499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325499 is #CDAB66. Grayscale: #515151. Windows color (decimal): -13478759 or 10048562. OLE color: 10048562.
HSL color Cylindrical-coordinate representation of color #325499: hue angle of 220.19º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #325499 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 84 | 153 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.4 |
| HSL | 220.19º | 0.51% | 0.4% | - |
| HSV(B) | 220.19º | 0.67% | 0.6% | - |
| XYZ | 10.24 | 9.32 | 31.4 | - |
| YUV | 81.7 | 168.24 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 84 | 153 | 0.67 | 0.45 | 0 | 0.4 | 220.19 | 0.51 | 0.4 |
| Hex | 32 | 54 | 99 | 43 | 2D | 0 | 28 | DC | 33 | 28 |
| Octal | 62 | 124 | 231 | 103 | 55 | 0 | 50 | 334 | 63 | 50 |
| Binary | 110010 | 1010100 | 10011001 | 1000011 | 101101 | 0 | 101000 | 11011100 | 110011 | 101000 |
Color Harmonies of #325499
Complementary color
Monochromatic Colors of #325499
Black with #325499
Text Example
Text Example
White with #325499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325499; }
p { color: rgb(50,84,153); }
H1.HeaderClassName
{
color: #325499;
}
.AnyTagClassName
{
color: #325499;
}
</style>
background-color css
<style>
a { background-color: #325499; }
a { background-color: rgb(50,84,153); }
div.DivClassName
{
background-color: #325499;
}
.BgClassName
{
background-color: #325499;
}
</style>
border-color css
<style>
span { border-color: #325499; }
span { border-color: rgb(50,84,153); }
td.TdClassName
{
border-color: #325499;
}
.TagClassName
{
border-color: #325499;
}
</style>