Shades of Tory Blue #334E97
Tints of Tory Blue #334E97
RGB
CMYK
RGB Variations
Color information
#334E97 (or 0x334E97) is known color: Tory Blue. HEX triplet: 33, 4E and 97. RGB value is (51,78,151). Sum of RGB (Red+Green+Blue) = 51+78+151=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 151 (59.38% from 255 or 53.93% from 280); Max value from RGB is 151 - color contains mainly: blue. Hex color #334E97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334E97 is #CCB168. Grayscale: #4D4D4D. Windows color (decimal): -13414761 or 9915955. OLE color: 9915955.
HSL color Cylindrical-coordinate representation of color #334E97: hue angle of 223.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 #334E97 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 51 | 78 | 151 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.41 |
| HSL | 223.8º | 0.5% | 0.4% | - |
| HSV(B) | 223.8º | 0.66% | 0.59% | - |
| XYZ | 9.68 | 8.39 | 30.39 | - |
| YUV | 78.25 | 169.05 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 78 | 151 | 0.66 | 0.48 | 0 | 0.41 | 223.8 | 0.5 | 0.4 |
| Hex | 33 | 4E | 97 | 42 | 30 | 0 | 29 | E0 | 32 | 28 |
| Octal | 63 | 116 | 227 | 102 | 60 | 0 | 51 | 340 | 62 | 50 |
| Binary | 110011 | 1001110 | 10010111 | 1000010 | 110000 | 0 | 101001 | 11100000 | 110010 | 101000 |
Color Harmonies of #334E97
Complementary color
Monochromatic Colors of #334E97
Black with #334E97
Text Example
Text Example
White with #334E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334E97; }
p { color: rgb(51,78,151); }
H1.HeaderClassName
{
color: #334E97;
}
.AnyTagClassName
{
color: #334E97;
}
</style>
background-color css
<style>
a { background-color: #334E97; }
a { background-color: rgb(51,78,151); }
div.DivClassName
{
background-color: #334E97;
}
.BgClassName
{
background-color: #334E97;
}
</style>
border-color css
<style>
span { border-color: #334E97; }
span { border-color: rgb(51,78,151); }
td.TdClassName
{
border-color: #334E97;
}
.TagClassName
{
border-color: #334E97;
}
</style>