Shades of Tory Blue #3242A0
Tints of Tory Blue #3242A0
RGB
CMYK
RGB Variations
Color information
#3242A0 (or 0x3242A0) is known color: Tory Blue. HEX triplet: 32, 42 and A0. RGB value is (50,66,160). Sum of RGB (Red+Green+Blue) = 50+66+160=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 160 (62.89% from 255 or 57.97% from 276); Max value from RGB is 160 - color contains mainly: blue. Hex color #3242A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3242A0 is #CDBD5F. Grayscale: #474747. Windows color (decimal): -13483360 or 10502706. OLE color: 10502706.
HSL color Cylindrical-coordinate representation of color #3242A0: hue angle of 231.27º 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 #3242A0 is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 66 | 160 | - |
| CMYK | 0.69 | 0.59 | 0 | 0.37 |
| HSL | 231.27º | 0.52% | 0.41% | - |
| HSV(B) | 231.27º | 0.69% | 0.63% | - |
| XYZ | 9.61 | 7.11 | 34.12 | - |
| YUV | 71.93 | 177.7 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 160 | 0.69 | 0.59 | 0 | 0.37 | 231.27 | 0.52 | 0.41 |
| Hex | 32 | 42 | A0 | 45 | 3B | 0 | 25 | E7 | 34 | 29 |
| Octal | 62 | 102 | 240 | 105 | 73 | 0 | 45 | 347 | 64 | 51 |
| Binary | 110010 | 1000010 | 10100000 | 1000101 | 111011 | 0 | 100101 | 11100111 | 110100 | 101001 |
Color Harmonies of #3242A0
Complementary color
Monochromatic Colors of #3242A0
Black with #3242A0
Text Example
Text Example
White with #3242A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3242A0; }
p { color: rgb(50,66,160); }
H1.HeaderClassName
{
color: #3242A0;
}
.AnyTagClassName
{
color: #3242A0;
}
</style>
background-color css
<style>
a { background-color: #3242A0; }
a { background-color: rgb(50,66,160); }
div.DivClassName
{
background-color: #3242A0;
}
.BgClassName
{
background-color: #3242A0;
}
</style>
border-color css
<style>
span { border-color: #3242A0; }
span { border-color: rgb(50,66,160); }
td.TdClassName
{
border-color: #3242A0;
}
.TagClassName
{
border-color: #3242A0;
}
</style>