Shades of Tory Blue #335499
Tints of Tory Blue #335499
RGB
CMYK
RGB Variations
Color information
#335499 (or 0x335499) is known color: Tory Blue. HEX triplet: 33, 54 and 99. RGB value is (51,84,153). Sum of RGB (Red+Green+Blue) = 51+84+153=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #335499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335499 is #CCAB66. Grayscale: #515151. Windows color (decimal): -13413223 or 10048563. OLE color: 10048563.
HSL color Cylindrical-coordinate representation of color #335499: hue angle of 220.59º 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 #335499 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 51 | 84 | 153 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.4 |
| HSL | 220.59º | 0.5% | 0.4% | - |
| HSV(B) | 220.59º | 0.67% | 0.6% | - |
| XYZ | 10.29 | 9.34 | 31.4 | - |
| YUV | 82 | 168.07 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 84 | 153 | 0.67 | 0.45 | 0 | 0.4 | 220.59 | 0.5 | 0.4 |
| Hex | 33 | 54 | 99 | 43 | 2D | 0 | 28 | DD | 32 | 28 |
| Octal | 63 | 124 | 231 | 103 | 55 | 0 | 50 | 335 | 62 | 50 |
| Binary | 110011 | 1010100 | 10011001 | 1000011 | 101101 | 0 | 101000 | 11011101 | 110010 | 101000 |
Color Harmonies of #335499
Complementary color
Monochromatic Colors of #335499
Black with #335499
Text Example
Text Example
White with #335499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335499; }
p { color: rgb(51,84,153); }
H1.HeaderClassName
{
color: #335499;
}
.AnyTagClassName
{
color: #335499;
}
</style>
background-color css
<style>
a { background-color: #335499; }
a { background-color: rgb(51,84,153); }
div.DivClassName
{
background-color: #335499;
}
.BgClassName
{
background-color: #335499;
}
</style>
border-color css
<style>
span { border-color: #335499; }
span { border-color: rgb(51,84,153); }
td.TdClassName
{
border-color: #335499;
}
.TagClassName
{
border-color: #335499;
}
</style>