Shades of Tory Blue #334592
Tints of Tory Blue #334592
RGB
CMYK
RGB Variations
Color information
#334592 (or 0x334592) is known color: Tory Blue. HEX triplet: 33, 45 and 92. RGB value is (51,69,146). Sum of RGB (Red+Green+Blue) = 51+69+146=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #334592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334592 is #CCBA6D. Grayscale: #484848. Windows color (decimal): -13417070 or 9585971. OLE color: 9585971.
HSL color Cylindrical-coordinate representation of color #334592: hue angle of 228.63º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #334592 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 51 | 69 | 146 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.43 |
| HSL | 228.63º | 0.48% | 0.39% | - |
| HSV(B) | 228.63º | 0.65% | 0.57% | - |
| XYZ | 8.68 | 7.04 | 28.09 | - |
| YUV | 72.4 | 169.54 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 69 | 146 | 0.65 | 0.53 | 0 | 0.43 | 228.63 | 0.48 | 0.39 |
| Hex | 33 | 45 | 92 | 41 | 35 | 0 | 2B | E5 | 30 | 27 |
| Octal | 63 | 105 | 222 | 101 | 65 | 0 | 53 | 345 | 60 | 47 |
| Binary | 110011 | 1000101 | 10010010 | 1000001 | 110101 | 0 | 101011 | 11100101 | 110000 | 100111 |
Color Harmonies of #334592
Complementary color
Monochromatic Colors of #334592
Black with #334592
Text Example
Text Example
White with #334592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334592; }
p { color: rgb(51,69,146); }
H1.HeaderClassName
{
color: #334592;
}
.AnyTagClassName
{
color: #334592;
}
</style>
background-color css
<style>
a { background-color: #334592; }
a { background-color: rgb(51,69,146); }
div.DivClassName
{
background-color: #334592;
}
.BgClassName
{
background-color: #334592;
}
</style>
border-color css
<style>
span { border-color: #334592; }
span { border-color: rgb(51,69,146); }
td.TdClassName
{
border-color: #334592;
}
.TagClassName
{
border-color: #334592;
}
</style>