Shades of Tory Blue #334F91
Tints of Tory Blue #334F91
RGB
CMYK
RGB Variations
Color information
#334F91 (or 0x334F91) is known color: Tory Blue. HEX triplet: 33, 4F and 91. RGB value is (51,79,145). Sum of RGB (Red+Green+Blue) = 51+79+145=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #334F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334F91 is #CCB06E. Grayscale: #4D4D4D. Windows color (decimal): -13414511 or 9522995. OLE color: 9522995.
HSL color Cylindrical-coordinate representation of color #334F91: hue angle of 222.13º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #334F91 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 51 | 79 | 145 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.43 |
| HSL | 222.13º | 0.48% | 0.38% | - |
| HSV(B) | 222.13º | 0.65% | 0.57% | - |
| XYZ | 9.27 | 8.34 | 27.91 | - |
| YUV | 78.15 | 165.72 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 79 | 145 | 0.65 | 0.46 | 0 | 0.43 | 222.13 | 0.48 | 0.38 |
| Hex | 33 | 4F | 91 | 41 | 2E | 0 | 2B | DE | 30 | 26 |
| Octal | 63 | 117 | 221 | 101 | 56 | 0 | 53 | 336 | 60 | 46 |
| Binary | 110011 | 1001111 | 10010001 | 1000001 | 101110 | 0 | 101011 | 11011110 | 110000 | 100110 |
Color Harmonies of #334F91
Complementary color
Monochromatic Colors of #334F91
Black with #334F91
Text Example
Text Example
White with #334F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334F91; }
p { color: rgb(51,79,145); }
H1.HeaderClassName
{
color: #334F91;
}
.AnyTagClassName
{
color: #334F91;
}
</style>
background-color css
<style>
a { background-color: #334F91; }
a { background-color: rgb(51,79,145); }
div.DivClassName
{
background-color: #334F91;
}
.BgClassName
{
background-color: #334F91;
}
</style>
border-color css
<style>
span { border-color: #334F91; }
span { border-color: rgb(51,79,145); }
td.TdClassName
{
border-color: #334F91;
}
.TagClassName
{
border-color: #334F91;
}
</style>