Shades of Tory Blue #334E99
Tints of Tory Blue #334E99
RGB
CMYK
RGB Variations
Color information
#334E99 (or 0x334E99) is known color: Tory Blue. HEX triplet: 33, 4E and 99. RGB value is (51,78,153). Sum of RGB (Red+Green+Blue) = 51+78+153=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #334E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334E99 is #CCB166. Grayscale: #4E4E4E. Windows color (decimal): -13414759 or 10047027. OLE color: 10047027.
HSL color Cylindrical-coordinate representation of color #334E99: hue angle of 224.12º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #334E99 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 51 | 78 | 153 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.4 |
| HSL | 224.12º | 0.5% | 0.4% | - |
| HSV(B) | 224.12º | 0.67% | 0.6% | - |
| XYZ | 9.84 | 8.45 | 31.25 | - |
| YUV | 78.48 | 170.05 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 78 | 153 | 0.67 | 0.49 | 0 | 0.4 | 224.12 | 0.5 | 0.4 |
| Hex | 33 | 4E | 99 | 43 | 31 | 0 | 28 | E0 | 32 | 28 |
| Octal | 63 | 116 | 231 | 103 | 61 | 0 | 50 | 340 | 62 | 50 |
| Binary | 110011 | 1001110 | 10011001 | 1000011 | 110001 | 0 | 101000 | 11100000 | 110010 | 101000 |
Color Harmonies of #334E99
Complementary color
Monochromatic Colors of #334E99
Black with #334E99
Text Example
Text Example
White with #334E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334E99; }
p { color: rgb(51,78,153); }
H1.HeaderClassName
{
color: #334E99;
}
.AnyTagClassName
{
color: #334E99;
}
</style>
background-color css
<style>
a { background-color: #334E99; }
a { background-color: rgb(51,78,153); }
div.DivClassName
{
background-color: #334E99;
}
.BgClassName
{
background-color: #334E99;
}
</style>
border-color css
<style>
span { border-color: #334E99; }
span { border-color: rgb(51,78,153); }
td.TdClassName
{
border-color: #334E99;
}
.TagClassName
{
border-color: #334E99;
}
</style>