Shades of Tory Blue #334595
Tints of Tory Blue #334595
RGB
CMYK
RGB Variations
Color information
#334595 (or 0x334595) is known color: Tory Blue. HEX triplet: 33, 45 and 95. RGB value is (51,69,149). Sum of RGB (Red+Green+Blue) = 51+69+149=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #334595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334595 is #CCBA6A. Grayscale: #484848. Windows color (decimal): -13417067 or 9782579. OLE color: 9782579.
HSL color Cylindrical-coordinate representation of color #334595: hue angle of 228.98º 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 #334595 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 69 | 149 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.42 |
| HSL | 228.98º | 0.49% | 0.39% | - |
| HSV(B) | 228.98º | 0.66% | 0.58% | - |
| XYZ | 8.92 | 7.13 | 29.34 | - |
| YUV | 72.74 | 171.04 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 69 | 149 | 0.66 | 0.54 | 0 | 0.42 | 228.98 | 0.49 | 0.39 |
| Hex | 33 | 45 | 95 | 42 | 36 | 0 | 2A | E5 | 31 | 27 |
| Octal | 63 | 105 | 225 | 102 | 66 | 0 | 52 | 345 | 61 | 47 |
| Binary | 110011 | 1000101 | 10010101 | 1000010 | 110110 | 0 | 101010 | 11100101 | 110001 | 100111 |
Color Harmonies of #334595
Complementary color
Monochromatic Colors of #334595
Black with #334595
Text Example
Text Example
White with #334595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334595; }
p { color: rgb(51,69,149); }
H1.HeaderClassName
{
color: #334595;
}
.AnyTagClassName
{
color: #334595;
}
</style>
background-color css
<style>
a { background-color: #334595; }
a { background-color: rgb(51,69,149); }
div.DivClassName
{
background-color: #334595;
}
.BgClassName
{
background-color: #334595;
}
</style>
border-color css
<style>
span { border-color: #334595; }
span { border-color: rgb(51,69,149); }
td.TdClassName
{
border-color: #334595;
}
.TagClassName
{
border-color: #334595;
}
</style>