Shades of Tory Blue #334A89
Tints of Tory Blue #334A89
RGB
CMYK
RGB Variations
Color information
#334A89 (or 0x334A89) is known color: Tory Blue. HEX triplet: 33, 4A and 89. RGB value is (51,74,137). Sum of RGB (Red+Green+Blue) = 51+74+137=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 137 (53.91% from 255 or 52.29% from 262); Max value from RGB is 137 - color contains mainly: blue. Hex color #334A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334A89 is #CCB576. Grayscale: #4A4A4A. Windows color (decimal): -13415799 or 8997427. OLE color: 8997427.
HSL color Cylindrical-coordinate representation of color #334A89: hue angle of 223.95º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #334A89 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 74 | 137 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.46 |
| HSL | 223.95º | 0.46% | 0.37% | - |
| HSV(B) | 223.95º | 0.63% | 0.54% | - |
| XYZ | 8.33 | 7.41 | 24.66 | - |
| YUV | 74.31 | 163.38 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 74 | 137 | 0.63 | 0.46 | 0 | 0.46 | 223.95 | 0.46 | 0.37 |
| Hex | 33 | 4A | 89 | 3F | 2E | 0 | 2E | E0 | 2E | 25 |
| Octal | 63 | 112 | 211 | 77 | 56 | 0 | 56 | 340 | 56 | 45 |
| Binary | 110011 | 1001010 | 10001001 | 111111 | 101110 | 0 | 101110 | 11100000 | 101110 | 100101 |
Color Harmonies of #334A89
Complementary color
Monochromatic Colors of #334A89
Black with #334A89
Text Example
Text Example
White with #334A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334A89; }
p { color: rgb(51,74,137); }
H1.HeaderClassName
{
color: #334A89;
}
.AnyTagClassName
{
color: #334A89;
}
</style>
background-color css
<style>
a { background-color: #334A89; }
a { background-color: rgb(51,74,137); }
div.DivClassName
{
background-color: #334A89;
}
.BgClassName
{
background-color: #334A89;
}
</style>
border-color css
<style>
span { border-color: #334A89; }
span { border-color: rgb(51,74,137); }
td.TdClassName
{
border-color: #334A89;
}
.TagClassName
{
border-color: #334A89;
}
</style>