Shades of Tory Blue #335591
Tints of Tory Blue #335591
RGB
CMYK
RGB Variations
Color information
#335591 (or 0x335591) is known color: Tory Blue. HEX triplet: 33, 55 and 91. RGB value is (51,85,145). Sum of RGB (Red+Green+Blue) = 51+85+145=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #335591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335591 is #CCAA6E. Grayscale: #515151. Windows color (decimal): -13412975 or 9524531. OLE color: 9524531.
HSL color Cylindrical-coordinate representation of color #335591: hue angle of 218.3º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #335591 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 51 | 85 | 145 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.43 |
| HSL | 218.3º | 0.48% | 0.38% | - |
| HSV(B) | 218.3º | 0.65% | 0.57% | - |
| XYZ | 9.72 | 9.25 | 28.06 | - |
| YUV | 81.67 | 163.74 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 85 | 145 | 0.65 | 0.41 | 0 | 0.43 | 218.3 | 0.48 | 0.38 |
| Hex | 33 | 55 | 91 | 41 | 29 | 0 | 2B | DA | 30 | 26 |
| Octal | 63 | 125 | 221 | 101 | 51 | 0 | 53 | 332 | 60 | 46 |
| Binary | 110011 | 1010101 | 10010001 | 1000001 | 101001 | 0 | 101011 | 11011010 | 110000 | 100110 |
Color Harmonies of #335591
Complementary color
Monochromatic Colors of #335591
Black with #335591
Text Example
Text Example
White with #335591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335591; }
p { color: rgb(51,85,145); }
H1.HeaderClassName
{
color: #335591;
}
.AnyTagClassName
{
color: #335591;
}
</style>
background-color css
<style>
a { background-color: #335591; }
a { background-color: rgb(51,85,145); }
div.DivClassName
{
background-color: #335591;
}
.BgClassName
{
background-color: #335591;
}
</style>
border-color css
<style>
span { border-color: #335591; }
span { border-color: rgb(51,85,145); }
td.TdClassName
{
border-color: #335591;
}
.TagClassName
{
border-color: #335591;
}
</style>