Shades of Tory Blue #335091
Tints of Tory Blue #335091
RGB
CMYK
RGB Variations
Color information
#335091 (or 0x335091) is known color: Tory Blue. HEX triplet: 33, 50 and 91. RGB value is (51,80,145). Sum of RGB (Red+Green+Blue) = 51+80+145=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #335091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335091 is #CCAF6E. Grayscale: #4E4E4E. Windows color (decimal): -13414255 or 9523251. OLE color: 9523251.
HSL color Cylindrical-coordinate representation of color #335091: hue angle of 221.49º 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 #335091 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 51 | 80 | 145 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.43 |
| HSL | 221.49º | 0.48% | 0.38% | - |
| HSV(B) | 221.49º | 0.65% | 0.57% | - |
| XYZ | 9.34 | 8.49 | 27.93 | - |
| YUV | 78.74 | 165.39 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 80 | 145 | 0.65 | 0.45 | 0 | 0.43 | 221.49 | 0.48 | 0.38 |
| Hex | 33 | 50 | 91 | 41 | 2D | 0 | 2B | DD | 30 | 26 |
| Octal | 63 | 120 | 221 | 101 | 55 | 0 | 53 | 335 | 60 | 46 |
| Binary | 110011 | 1010000 | 10010001 | 1000001 | 101101 | 0 | 101011 | 11011101 | 110000 | 100110 |
Color Harmonies of #335091
Complementary color
Monochromatic Colors of #335091
Black with #335091
Text Example
Text Example
White with #335091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335091; }
p { color: rgb(51,80,145); }
H1.HeaderClassName
{
color: #335091;
}
.AnyTagClassName
{
color: #335091;
}
</style>
background-color css
<style>
a { background-color: #335091; }
a { background-color: rgb(51,80,145); }
div.DivClassName
{
background-color: #335091;
}
.BgClassName
{
background-color: #335091;
}
</style>
border-color css
<style>
span { border-color: #335091; }
span { border-color: rgb(51,80,145); }
td.TdClassName
{
border-color: #335091;
}
.TagClassName
{
border-color: #335091;
}
</style>