Shades of Tory Blue #335699
Tints of Tory Blue #335699
RGB
CMYK
RGB Variations
Color information
#335699 (or 0x335699) is known color: Tory Blue. HEX triplet: 33, 56 and 99. RGB value is (51,86,153). Sum of RGB (Red+Green+Blue) = 51+86+153=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #335699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335699 is #CCA966. Grayscale: #525252. Windows color (decimal): -13412711 or 10049075. OLE color: 10049075.
HSL color Cylindrical-coordinate representation of color #335699: hue angle of 219.41º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #335699 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 51 | 86 | 153 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.4 |
| HSL | 219.41º | 0.5% | 0.4% | - |
| HSV(B) | 219.41º | 0.67% | 0.6% | - |
| XYZ | 10.44 | 9.66 | 31.45 | - |
| YUV | 83.17 | 167.4 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 86 | 153 | 0.67 | 0.44 | 0 | 0.4 | 219.41 | 0.5 | 0.4 |
| Hex | 33 | 56 | 99 | 43 | 2C | 0 | 28 | DB | 32 | 28 |
| Octal | 63 | 126 | 231 | 103 | 54 | 0 | 50 | 333 | 62 | 50 |
| Binary | 110011 | 1010110 | 10011001 | 1000011 | 101100 | 0 | 101000 | 11011011 | 110010 | 101000 |
Color Harmonies of #335699
Complementary color
Monochromatic Colors of #335699
Black with #335699
Text Example
Text Example
White with #335699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335699; }
p { color: rgb(51,86,153); }
H1.HeaderClassName
{
color: #335699;
}
.AnyTagClassName
{
color: #335699;
}
</style>
background-color css
<style>
a { background-color: #335699; }
a { background-color: rgb(51,86,153); }
div.DivClassName
{
background-color: #335699;
}
.BgClassName
{
background-color: #335699;
}
</style>
border-color css
<style>
span { border-color: #335699; }
span { border-color: rgb(51,86,153); }
td.TdClassName
{
border-color: #335699;
}
.TagClassName
{
border-color: #335699;
}
</style>