Shades of Tory Blue #334691
Tints of Tory Blue #334691
RGB
CMYK
RGB Variations
Color information
#334691 (or 0x334691) is known color: Tory Blue. HEX triplet: 33, 46 and 91. RGB value is (51,70,145). Sum of RGB (Red+Green+Blue) = 51+70+145=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #334691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334691 is #CCB96E. Grayscale: #484848. Windows color (decimal): -13416815 or 9520691. OLE color: 9520691.
HSL color Cylindrical-coordinate representation of color #334691: hue angle of 227.87º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #334691 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 51 | 70 | 145 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.43 |
| HSL | 227.87º | 0.48% | 0.38% | - |
| HSV(B) | 227.87º | 0.65% | 0.57% | - |
| XYZ | 8.67 | 7.13 | 27.71 | - |
| YUV | 72.87 | 168.71 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 70 | 145 | 0.65 | 0.52 | 0 | 0.43 | 227.87 | 0.48 | 0.38 |
| Hex | 33 | 46 | 91 | 41 | 34 | 0 | 2B | E4 | 30 | 26 |
| Octal | 63 | 106 | 221 | 101 | 64 | 0 | 53 | 344 | 60 | 46 |
| Binary | 110011 | 1000110 | 10010001 | 1000001 | 110100 | 0 | 101011 | 11100100 | 110000 | 100110 |
Color Harmonies of #334691
Complementary color
Monochromatic Colors of #334691
Black with #334691
Text Example
Text Example
White with #334691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334691; }
p { color: rgb(51,70,145); }
H1.HeaderClassName
{
color: #334691;
}
.AnyTagClassName
{
color: #334691;
}
</style>
background-color css
<style>
a { background-color: #334691; }
a { background-color: rgb(51,70,145); }
div.DivClassName
{
background-color: #334691;
}
.BgClassName
{
background-color: #334691;
}
</style>
border-color css
<style>
span { border-color: #334691; }
span { border-color: rgb(51,70,145); }
td.TdClassName
{
border-color: #334691;
}
.TagClassName
{
border-color: #334691;
}
</style>