Shades of Tory Blue #334495
Tints of Tory Blue #334495
RGB
CMYK
RGB Variations
Color information
#334495 (or 0x334495) is known color: Tory Blue. HEX triplet: 33, 44 and 95. RGB value is (51,68,149). Sum of RGB (Red+Green+Blue) = 51+68+149=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #334495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334495 is #CCBB6A. Grayscale: #474747. Windows color (decimal): -13417323 or 9782323. OLE color: 9782323.
HSL color Cylindrical-coordinate representation of color #334495: hue angle of 229.59º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #334495 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 68 | 149 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.42 |
| HSL | 229.59º | 0.49% | 0.39% | - |
| HSV(B) | 229.59º | 0.66% | 0.58% | - |
| XYZ | 8.86 | 7.01 | 29.32 | - |
| YUV | 72.15 | 171.37 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 68 | 149 | 0.66 | 0.54 | 0 | 0.42 | 229.59 | 0.49 | 0.39 |
| Hex | 33 | 44 | 95 | 42 | 36 | 0 | 2A | E6 | 31 | 27 |
| Octal | 63 | 104 | 225 | 102 | 66 | 0 | 52 | 346 | 61 | 47 |
| Binary | 110011 | 1000100 | 10010101 | 1000010 | 110110 | 0 | 101010 | 11100110 | 110001 | 100111 |
Color Harmonies of #334495
Complementary color
Monochromatic Colors of #334495
Black with #334495
Text Example
Text Example
White with #334495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334495; }
p { color: rgb(51,68,149); }
H1.HeaderClassName
{
color: #334495;
}
.AnyTagClassName
{
color: #334495;
}
</style>
background-color css
<style>
a { background-color: #334495; }
a { background-color: rgb(51,68,149); }
div.DivClassName
{
background-color: #334495;
}
.BgClassName
{
background-color: #334495;
}
</style>
border-color css
<style>
span { border-color: #334495; }
span { border-color: rgb(51,68,149); }
td.TdClassName
{
border-color: #334495;
}
.TagClassName
{
border-color: #334495;
}
</style>