Shades of Tory Blue #3245A0
Tints of Tory Blue #3245A0
RGB
CMYK
RGB Variations
Color information
#3245A0 (or 0x3245A0) is known color: Tory Blue. HEX triplet: 32, 45 and A0. RGB value is (50,69,160). Sum of RGB (Red+Green+Blue) = 50+69+160=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 160 (62.89% from 255 or 57.35% from 279); Max value from RGB is 160 - color contains mainly: blue. Hex color #3245A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3245A0 is #CDBA5F. Grayscale: #494949. Windows color (decimal): -13482592 or 10503474. OLE color: 10503474.
HSL color Cylindrical-coordinate representation of color #3245A0: hue angle of 229.64º degrees, saturation: 0.52, 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 #3245A0 is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 69 | 160 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.37 |
| HSL | 229.64º | 0.52% | 0.41% | - |
| HSV(B) | 229.64º | 0.69% | 0.63% | - |
| XYZ | 9.79 | 7.47 | 34.18 | - |
| YUV | 73.69 | 176.71 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 69 | 160 | 0.69 | 0.57 | 0 | 0.37 | 229.64 | 0.52 | 0.41 |
| Hex | 32 | 45 | A0 | 45 | 39 | 0 | 25 | E6 | 34 | 29 |
| Octal | 62 | 105 | 240 | 105 | 71 | 0 | 45 | 346 | 64 | 51 |
| Binary | 110010 | 1000101 | 10100000 | 1000101 | 111001 | 0 | 100101 | 11100110 | 110100 | 101001 |
Color Harmonies of #3245A0
Complementary color
Monochromatic Colors of #3245A0
Black with #3245A0
Text Example
Text Example
White with #3245A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3245A0; }
p { color: rgb(50,69,160); }
H1.HeaderClassName
{
color: #3245A0;
}
.AnyTagClassName
{
color: #3245A0;
}
</style>
background-color css
<style>
a { background-color: #3245A0; }
a { background-color: rgb(50,69,160); }
div.DivClassName
{
background-color: #3245A0;
}
.BgClassName
{
background-color: #3245A0;
}
</style>
border-color css
<style>
span { border-color: #3245A0; }
span { border-color: rgb(50,69,160); }
td.TdClassName
{
border-color: #3245A0;
}
.TagClassName
{
border-color: #3245A0;
}
</style>