Shades of Tory Blue #334497
Tints of Tory Blue #334497
RGB
CMYK
RGB Variations
Color information
#334497 (or 0x334497) is known color: Tory Blue. HEX triplet: 33, 44 and 97. RGB value is (51,68,151). Sum of RGB (Red+Green+Blue) = 51+68+151=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 151 (59.38% from 255 or 55.93% from 270); Max value from RGB is 151 - color contains mainly: blue. Hex color #334497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334497 is #CCBB68. Grayscale: #484848. Windows color (decimal): -13417321 or 9913395. OLE color: 9913395.
HSL color Cylindrical-coordinate representation of color #334497: hue angle of 229.8º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #334497 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 51 | 68 | 151 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.41 |
| HSL | 229.8º | 0.5% | 0.4% | - |
| HSV(B) | 229.8º | 0.66% | 0.59% | - |
| XYZ | 9.02 | 7.07 | 30.17 | - |
| YUV | 72.38 | 172.37 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 68 | 151 | 0.66 | 0.55 | 0 | 0.41 | 229.8 | 0.5 | 0.4 |
| Hex | 33 | 44 | 97 | 42 | 37 | 0 | 29 | E6 | 32 | 28 |
| Octal | 63 | 104 | 227 | 102 | 67 | 0 | 51 | 346 | 62 | 50 |
| Binary | 110011 | 1000100 | 10010111 | 1000010 | 110111 | 0 | 101001 | 11100110 | 110010 | 101000 |
Color Harmonies of #334497
Complementary color
Monochromatic Colors of #334497
Black with #334497
Text Example
Text Example
White with #334497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334497; }
p { color: rgb(51,68,151); }
H1.HeaderClassName
{
color: #334497;
}
.AnyTagClassName
{
color: #334497;
}
</style>
background-color css
<style>
a { background-color: #334497; }
a { background-color: rgb(51,68,151); }
div.DivClassName
{
background-color: #334497;
}
.BgClassName
{
background-color: #334497;
}
</style>
border-color css
<style>
span { border-color: #334497; }
span { border-color: rgb(51,68,151); }
td.TdClassName
{
border-color: #334497;
}
.TagClassName
{
border-color: #334497;
}
</style>