Shades of Tory Blue #334891
Tints of Tory Blue #334891
RGB
CMYK
RGB Variations
Color information
#334891 (or 0x334891) is known color: Tory Blue. HEX triplet: 33, 48 and 91. RGB value is (51,72,145). Sum of RGB (Red+Green+Blue) = 51+72+145=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #334891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334891 is #CCB76E. Grayscale: #494949. Windows color (decimal): -13416303 or 9521203. OLE color: 9521203.
HSL color Cylindrical-coordinate representation of color #334891: hue angle of 226.6º 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 #334891 is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 51 | 72 | 145 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.43 |
| HSL | 226.6º | 0.48% | 0.38% | - |
| HSV(B) | 226.6º | 0.65% | 0.57% | - |
| XYZ | 8.79 | 7.38 | 27.75 | - |
| YUV | 74.04 | 168.04 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 72 | 145 | 0.65 | 0.50 | 0 | 0.43 | 226.6 | 0.48 | 0.38 |
| Hex | 33 | 48 | 91 | 41 | 32 | 0 | 2B | E3 | 30 | 26 |
| Octal | 63 | 110 | 221 | 101 | 62 | 0 | 53 | 343 | 60 | 46 |
| Binary | 110011 | 1001000 | 10010001 | 1000001 | 110010 | 0 | 101011 | 11100011 | 110000 | 100110 |
Color Harmonies of #334891
Complementary color
Monochromatic Colors of #334891
Black with #334891
Text Example
Text Example
White with #334891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334891; }
p { color: rgb(51,72,145); }
H1.HeaderClassName
{
color: #334891;
}
.AnyTagClassName
{
color: #334891;
}
</style>
background-color css
<style>
a { background-color: #334891; }
a { background-color: rgb(51,72,145); }
div.DivClassName
{
background-color: #334891;
}
.BgClassName
{
background-color: #334891;
}
</style>
border-color css
<style>
span { border-color: #334891; }
span { border-color: rgb(51,72,145); }
td.TdClassName
{
border-color: #334891;
}
.TagClassName
{
border-color: #334891;
}
</style>