Shades of Tory Blue #334799
Tints of Tory Blue #334799
RGB
CMYK
RGB Variations
Color information
#334799 (or 0x334799) is known color: Tory Blue. HEX triplet: 33, 47 and 99. RGB value is (51,71,153). Sum of RGB (Red+Green+Blue) = 51+71+153=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #334799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334799 is #CCB866. Grayscale: #4A4A4A. Windows color (decimal): -13416551 or 10045235. OLE color: 10045235.
HSL color Cylindrical-coordinate representation of color #334799: hue angle of 228.24º 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 #334799 is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 51 | 71 | 153 | - |
| CMYK | 0.67 | 0.54 | 0 | 0.4 |
| HSL | 228.24º | 0.5% | 0.4% | - |
| HSV(B) | 228.24º | 0.67% | 0.6% | - |
| XYZ | 9.37 | 7.51 | 31.09 | - |
| YUV | 74.37 | 172.37 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 71 | 153 | 0.67 | 0.54 | 0 | 0.4 | 228.24 | 0.5 | 0.4 |
| Hex | 33 | 47 | 99 | 43 | 36 | 0 | 28 | E4 | 32 | 28 |
| Octal | 63 | 107 | 231 | 103 | 66 | 0 | 50 | 344 | 62 | 50 |
| Binary | 110011 | 1000111 | 10011001 | 1000011 | 110110 | 0 | 101000 | 11100100 | 110010 | 101000 |
Color Harmonies of #334799
Complementary color
Monochromatic Colors of #334799
Black with #334799
Text Example
Text Example
White with #334799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334799; }
p { color: rgb(51,71,153); }
H1.HeaderClassName
{
color: #334799;
}
.AnyTagClassName
{
color: #334799;
}
</style>
background-color css
<style>
a { background-color: #334799; }
a { background-color: rgb(51,71,153); }
div.DivClassName
{
background-color: #334799;
}
.BgClassName
{
background-color: #334799;
}
</style>
border-color css
<style>
span { border-color: #334799; }
span { border-color: rgb(51,71,153); }
td.TdClassName
{
border-color: #334799;
}
.TagClassName
{
border-color: #334799;
}
</style>