Shades of Tory Blue #335599
Tints of Tory Blue #335599
RGB
CMYK
RGB Variations
Color information
#335599 (or 0x335599) is known color: Tory Blue. HEX triplet: 33, 55 and 99. RGB value is (51,85,153). Sum of RGB (Red+Green+Blue) = 51+85+153=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #335599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335599 is #CCAA66. Grayscale: #525252. Windows color (decimal): -13412967 or 10048819. OLE color: 10048819.
HSL color Cylindrical-coordinate representation of color #335599: hue angle of 220º 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 #335599 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 51 | 85 | 153 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.4 |
| HSL | 220º | 0.5% | 0.4% | - |
| HSV(B) | 220º | 0.67% | 0.6% | - |
| XYZ | 10.36 | 9.5 | 31.42 | - |
| YUV | 82.59 | 167.74 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 85 | 153 | 0.67 | 0.44 | 0 | 0.4 | 220 | 0.5 | 0.4 |
| Hex | 33 | 55 | 99 | 43 | 2C | 0 | 28 | DC | 32 | 28 |
| Octal | 63 | 125 | 231 | 103 | 54 | 0 | 50 | 334 | 62 | 50 |
| Binary | 110011 | 1010101 | 10011001 | 1000011 | 101100 | 0 | 101000 | 11011100 | 110010 | 101000 |
Color Harmonies of #335599
Complementary color
Monochromatic Colors of #335599
Black with #335599
Text Example
Text Example
White with #335599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335599; }
p { color: rgb(51,85,153); }
H1.HeaderClassName
{
color: #335599;
}
.AnyTagClassName
{
color: #335599;
}
</style>
background-color css
<style>
a { background-color: #335599; }
a { background-color: rgb(51,85,153); }
div.DivClassName
{
background-color: #335599;
}
.BgClassName
{
background-color: #335599;
}
</style>
border-color css
<style>
span { border-color: #335599; }
span { border-color: rgb(51,85,153); }
td.TdClassName
{
border-color: #335599;
}
.TagClassName
{
border-color: #335599;
}
</style>