Shades of Tory Blue #325399
Tints of Tory Blue #325399
RGB
CMYK
RGB Variations
Color information
#325399 (or 0x325399) is known color: Tory Blue. HEX triplet: 32, 53 and 99. RGB value is (50,83,153). Sum of RGB (Red+Green+Blue) = 50+83+153=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 153 (60.16% from 255 or 53.50% from 286); Max value from RGB is 153 - color contains mainly: blue. Hex color #325399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325399 is #CDAC66. Grayscale: #505050. Windows color (decimal): -13479015 or 10048306. OLE color: 10048306.
HSL color Cylindrical-coordinate representation of color #325399: hue angle of 220.78º 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 #325399 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 83 | 153 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.4 |
| HSL | 220.78º | 0.51% | 0.4% | - |
| HSV(B) | 220.78º | 0.67% | 0.6% | - |
| XYZ | 10.16 | 9.16 | 31.37 | - |
| YUV | 81.11 | 168.57 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 83 | 153 | 0.67 | 0.46 | 0 | 0.4 | 220.78 | 0.51 | 0.4 |
| Hex | 32 | 53 | 99 | 43 | 2E | 0 | 28 | DD | 33 | 28 |
| Octal | 62 | 123 | 231 | 103 | 56 | 0 | 50 | 335 | 63 | 50 |
| Binary | 110010 | 1010011 | 10011001 | 1000011 | 101110 | 0 | 101000 | 11011101 | 110011 | 101000 |
Color Harmonies of #325399
Complementary color
Monochromatic Colors of #325399
Black with #325399
Text Example
Text Example
White with #325399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325399; }
p { color: rgb(50,83,153); }
H1.HeaderClassName
{
color: #325399;
}
.AnyTagClassName
{
color: #325399;
}
</style>
background-color css
<style>
a { background-color: #325399; }
a { background-color: rgb(50,83,153); }
div.DivClassName
{
background-color: #325399;
}
.BgClassName
{
background-color: #325399;
}
</style>
border-color css
<style>
span { border-color: #325399; }
span { border-color: rgb(50,83,153); }
td.TdClassName
{
border-color: #325399;
}
.TagClassName
{
border-color: #325399;
}
</style>