Shades of Tory Blue #334490
Tints of Tory Blue #334490
RGB
CMYK
RGB Variations
Color information
#334490 (or 0x334490) is known color: Tory Blue. HEX triplet: 33, 44 and 90. RGB value is (51,68,144). Sum of RGB (Red+Green+Blue) = 51+68+144=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #334490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334490 is #CCBB6F. Grayscale: #474747. Windows color (decimal): -13417328 or 9454643. OLE color: 9454643.
HSL color Cylindrical-coordinate representation of color #334490: hue angle of 229.03º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #334490 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 68 | 144 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.44 |
| HSL | 229.03º | 0.48% | 0.38% | - |
| HSV(B) | 229.03º | 0.65% | 0.56% | - |
| XYZ | 8.47 | 6.85 | 27.26 | - |
| YUV | 71.58 | 168.87 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 68 | 144 | 0.65 | 0.53 | 0 | 0.44 | 229.03 | 0.48 | 0.38 |
| Hex | 33 | 44 | 90 | 41 | 35 | 0 | 2C | E5 | 30 | 26 |
| Octal | 63 | 104 | 220 | 101 | 65 | 0 | 54 | 345 | 60 | 46 |
| Binary | 110011 | 1000100 | 10010000 | 1000001 | 110101 | 0 | 101100 | 11100101 | 110000 | 100110 |
Color Harmonies of #334490
Complementary color
Monochromatic Colors of #334490
Black with #334490
Text Example
Text Example
White with #334490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334490; }
p { color: rgb(51,68,144); }
H1.HeaderClassName
{
color: #334490;
}
.AnyTagClassName
{
color: #334490;
}
</style>
background-color css
<style>
a { background-color: #334490; }
a { background-color: rgb(51,68,144); }
div.DivClassName
{
background-color: #334490;
}
.BgClassName
{
background-color: #334490;
}
</style>
border-color css
<style>
span { border-color: #334490; }
span { border-color: rgb(51,68,144); }
td.TdClassName
{
border-color: #334490;
}
.TagClassName
{
border-color: #334490;
}
</style>