Shades of Tory Blue #334886
Tints of Tory Blue #334886
RGB
CMYK
RGB Variations
Color information
#334886 (or 0x334886) is known color: Tory Blue. HEX triplet: 33, 48 and 86. RGB value is (51,72,134). Sum of RGB (Red+Green+Blue) = 51+72+134=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 134 (52.73% from 255 or 52.14% from 257); Max value from RGB is 134 - color contains mainly: blue. Hex color #334886 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334886 is #CCB779. Grayscale: #484848. Windows color (decimal): -13416314 or 8800307. OLE color: 8800307.
HSL color Cylindrical-coordinate representation of color #334886: hue angle of 224.82º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #334886 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 72 | 134 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.47 |
| HSL | 224.82º | 0.45% | 0.36% | - |
| HSV(B) | 224.82º | 0.62% | 0.53% | - |
| XYZ | 7.99 | 7.06 | 23.5 | - |
| YUV | 72.79 | 162.54 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 72 | 134 | 0.62 | 0.46 | 0 | 0.47 | 224.82 | 0.45 | 0.36 |
| Hex | 33 | 48 | 86 | 3E | 2E | 0 | 2F | E1 | 2D | 24 |
| Octal | 63 | 110 | 206 | 76 | 56 | 0 | 57 | 341 | 55 | 44 |
| Binary | 110011 | 1001000 | 10000110 | 111110 | 101110 | 0 | 101111 | 11100001 | 101101 | 100100 |
Color Harmonies of #334886
Complementary color
Monochromatic Colors of #334886
Black with #334886
Text Example
Text Example
White with #334886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334886; }
p { color: rgb(51,72,134); }
H1.HeaderClassName
{
color: #334886;
}
.AnyTagClassName
{
color: #334886;
}
</style>
background-color css
<style>
a { background-color: #334886; }
a { background-color: rgb(51,72,134); }
div.DivClassName
{
background-color: #334886;
}
.BgClassName
{
background-color: #334886;
}
</style>
border-color css
<style>
span { border-color: #334886; }
span { border-color: rgb(51,72,134); }
td.TdClassName
{
border-color: #334886;
}
.TagClassName
{
border-color: #334886;
}
</style>