Shades of Tory Blue #334D97
Tints of Tory Blue #334D97
RGB
CMYK
RGB Variations
Color information
#334D97 (or 0x334D97) is known color: Tory Blue. HEX triplet: 33, 4D and 97. RGB value is (51,77,151). Sum of RGB (Red+Green+Blue) = 51+77+151=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 151 (59.38% from 255 or 54.12% from 279); Max value from RGB is 151 - color contains mainly: blue. Hex color #334D97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334D97 is #CCB268. Grayscale: #4D4D4D. Windows color (decimal): -13415017 or 9915699. OLE color: 9915699.
HSL color Cylindrical-coordinate representation of color #334D97: hue angle of 224.4º 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 #334D97 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 51 | 77 | 151 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.41 |
| HSL | 224.4º | 0.5% | 0.4% | - |
| HSV(B) | 224.4º | 0.66% | 0.59% | - |
| XYZ | 9.61 | 8.25 | 30.36 | - |
| YUV | 77.66 | 169.39 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 151 | 0.66 | 0.49 | 0 | 0.41 | 224.4 | 0.5 | 0.4 |
| Hex | 33 | 4D | 97 | 42 | 31 | 0 | 29 | E0 | 32 | 28 |
| Octal | 63 | 115 | 227 | 102 | 61 | 0 | 51 | 340 | 62 | 50 |
| Binary | 110011 | 1001101 | 10010111 | 1000010 | 110001 | 0 | 101001 | 11100000 | 110010 | 101000 |
Color Harmonies of #334D97
Complementary color
Monochromatic Colors of #334D97
Black with #334D97
Text Example
Text Example
White with #334D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334D97; }
p { color: rgb(51,77,151); }
H1.HeaderClassName
{
color: #334D97;
}
.AnyTagClassName
{
color: #334D97;
}
</style>
background-color css
<style>
a { background-color: #334D97; }
a { background-color: rgb(51,77,151); }
div.DivClassName
{
background-color: #334D97;
}
.BgClassName
{
background-color: #334D97;
}
</style>
border-color css
<style>
span { border-color: #334D97; }
span { border-color: rgb(51,77,151); }
td.TdClassName
{
border-color: #334D97;
}
.TagClassName
{
border-color: #334D97;
}
</style>