Shades of Tory Blue #325390
Tints of Tory Blue #325390
RGB
CMYK
RGB Variations
Color information
#325390 (or 0x325390) is known color: Tory Blue. HEX triplet: 32, 53 and 90. RGB value is (50,83,144). Sum of RGB (Red+Green+Blue) = 50+83+144=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #325390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325390 is #CDAC6F. Grayscale: #4F4F4F. Windows color (decimal): -13479024 or 9458482. OLE color: 9458482.
HSL color Cylindrical-coordinate representation of color #325390: hue angle of 218.94º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #325390 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 83 | 144 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.44 |
| HSL | 218.94º | 0.48% | 0.38% | - |
| HSV(B) | 218.94º | 0.65% | 0.56% | - |
| XYZ | 9.44 | 8.88 | 27.6 | - |
| YUV | 80.09 | 164.07 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 83 | 144 | 0.65 | 0.42 | 0 | 0.44 | 218.94 | 0.48 | 0.38 |
| Hex | 32 | 53 | 90 | 41 | 2A | 0 | 2C | DB | 30 | 26 |
| Octal | 62 | 123 | 220 | 101 | 52 | 0 | 54 | 333 | 60 | 46 |
| Binary | 110010 | 1010011 | 10010000 | 1000001 | 101010 | 0 | 101100 | 11011011 | 110000 | 100110 |
Color Harmonies of #325390
Complementary color
Monochromatic Colors of #325390
Black with #325390
Text Example
Text Example
White with #325390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325390; }
p { color: rgb(50,83,144); }
H1.HeaderClassName
{
color: #325390;
}
.AnyTagClassName
{
color: #325390;
}
</style>
background-color css
<style>
a { background-color: #325390; }
a { background-color: rgb(50,83,144); }
div.DivClassName
{
background-color: #325390;
}
.BgClassName
{
background-color: #325390;
}
</style>
border-color css
<style>
span { border-color: #325390; }
span { border-color: rgb(50,83,144); }
td.TdClassName
{
border-color: #325390;
}
.TagClassName
{
border-color: #325390;
}
</style>