Shades of Tory Blue #3245A1
Tints of Tory Blue #3245A1
RGB
CMYK
RGB Variations
Color information
#3245A1 (or 0x3245A1) is known color: Tory Blue. HEX triplet: 32, 45 and A1. RGB value is (50,69,161). Sum of RGB (Red+Green+Blue) = 50+69+161=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 161 (63.28% from 255 or 57.5% from 280); Max value from RGB is 161 - color contains mainly: blue. Hex color #3245A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3245A1 is #CDBA5E. Grayscale: #494949. Windows color (decimal): -13482591 or 10569010. OLE color: 10569010.
HSL color Cylindrical-coordinate representation of color #3245A1: hue angle of 229.73º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3245A1 is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 69 | 161 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.37 |
| HSL | 229.73º | 0.53% | 0.41% | - |
| HSV(B) | 229.73º | 0.69% | 0.63% | - |
| XYZ | 9.88 | 7.51 | 34.65 | - |
| YUV | 73.81 | 177.21 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 69 | 161 | 0.69 | 0.57 | 0 | 0.37 | 229.73 | 0.53 | 0.41 |
| Hex | 32 | 45 | A1 | 45 | 39 | 0 | 25 | E6 | 35 | 29 |
| Octal | 62 | 105 | 241 | 105 | 71 | 0 | 45 | 346 | 65 | 51 |
| Binary | 110010 | 1000101 | 10100001 | 1000101 | 111001 | 0 | 100101 | 11100110 | 110101 | 101001 |
Color Harmonies of #3245A1
Complementary color
Monochromatic Colors of #3245A1
Black with #3245A1
Text Example
Text Example
White with #3245A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3245A1; }
p { color: rgb(50,69,161); }
H1.HeaderClassName
{
color: #3245A1;
}
.AnyTagClassName
{
color: #3245A1;
}
</style>
background-color css
<style>
a { background-color: #3245A1; }
a { background-color: rgb(50,69,161); }
div.DivClassName
{
background-color: #3245A1;
}
.BgClassName
{
background-color: #3245A1;
}
</style>
border-color css
<style>
span { border-color: #3245A1; }
span { border-color: rgb(50,69,161); }
td.TdClassName
{
border-color: #3245A1;
}
.TagClassName
{
border-color: #3245A1;
}
</style>