Shades of Tory Blue #3240A0
Tints of Tory Blue #3240A0
RGB
CMYK
RGB Variations
Color information
#3240A0 (or 0x3240A0) is known color: Tory Blue. HEX triplet: 32, 40 and A0. RGB value is (50,64,160). Sum of RGB (Red+Green+Blue) = 50+64+160=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 160 (62.89% from 255 or 58.39% from 274); Max value from RGB is 160 - color contains mainly: blue. Hex color #3240A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3240A0 is #CDBF5F. Grayscale: #464646. Windows color (decimal): -13483872 or 10502194. OLE color: 10502194.
HSL color Cylindrical-coordinate representation of color #3240A0: hue angle of 232.36º 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 #3240A0 is Cyan = 0.69, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 64 | 160 | - |
| CMYK | 0.69 | 0.6 | 0 | 0.37 |
| HSL | 232.36º | 0.52% | 0.41% | - |
| HSV(B) | 232.36º | 0.69% | 0.63% | - |
| XYZ | 9.49 | 6.88 | 34.09 | - |
| YUV | 70.76 | 178.36 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 64 | 160 | 0.69 | 0.6 | 0 | 0.37 | 232.36 | 0.52 | 0.41 |
| Hex | 32 | 40 | A0 | 45 | 3C | 0 | 25 | E8 | 34 | 29 |
| Octal | 62 | 100 | 240 | 105 | 74 | 0 | 45 | 350 | 64 | 51 |
| Binary | 110010 | 1000000 | 10100000 | 1000101 | 111100 | 0 | 100101 | 11101000 | 110100 | 101001 |
Color Harmonies of #3240A0
Complementary color
Monochromatic Colors of #3240A0
Black with #3240A0
Text Example
Text Example
White with #3240A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3240A0; }
p { color: rgb(50,64,160); }
H1.HeaderClassName
{
color: #3240A0;
}
.AnyTagClassName
{
color: #3240A0;
}
</style>
background-color css
<style>
a { background-color: #3240A0; }
a { background-color: rgb(50,64,160); }
div.DivClassName
{
background-color: #3240A0;
}
.BgClassName
{
background-color: #3240A0;
}
</style>
border-color css
<style>
span { border-color: #3240A0; }
span { border-color: rgb(50,64,160); }
td.TdClassName
{
border-color: #3240A0;
}
.TagClassName
{
border-color: #3240A0;
}
</style>