Shades of Tory Blue #335095
Tints of Tory Blue #335095
RGB
CMYK
RGB Variations
Color information
#335095 (or 0x335095) is known color: Tory Blue. HEX triplet: 33, 50 and 95. RGB value is (51,80,149). Sum of RGB (Red+Green+Blue) = 51+80+149=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 149 (58.59% from 255 or 53.21% from 280); Max value from RGB is 149 - color contains mainly: blue. Hex color #335095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335095 is #CCAF6A. Grayscale: #4E4E4E. Windows color (decimal): -13414251 or 9785395. OLE color: 9785395.
HSL color Cylindrical-coordinate representation of color #335095: hue angle of 222.24º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #335095 is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 80 | 149 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.42 |
| HSL | 222.24º | 0.49% | 0.39% | - |
| HSV(B) | 222.24º | 0.66% | 0.58% | - |
| XYZ | 9.66 | 8.61 | 29.59 | - |
| YUV | 79.2 | 167.39 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 80 | 149 | 0.66 | 0.46 | 0 | 0.42 | 222.24 | 0.49 | 0.39 |
| Hex | 33 | 50 | 95 | 42 | 2E | 0 | 2A | DE | 31 | 27 |
| Octal | 63 | 120 | 225 | 102 | 56 | 0 | 52 | 336 | 61 | 47 |
| Binary | 110011 | 1010000 | 10010101 | 1000010 | 101110 | 0 | 101010 | 11011110 | 110001 | 100111 |
Color Harmonies of #335095
Complementary color
Monochromatic Colors of #335095
Black with #335095
Text Example
Text Example
White with #335095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335095; }
p { color: rgb(51,80,149); }
H1.HeaderClassName
{
color: #335095;
}
.AnyTagClassName
{
color: #335095;
}
</style>
background-color css
<style>
a { background-color: #335095; }
a { background-color: rgb(51,80,149); }
div.DivClassName
{
background-color: #335095;
}
.BgClassName
{
background-color: #335095;
}
</style>
border-color css
<style>
span { border-color: #335095; }
span { border-color: rgb(51,80,149); }
td.TdClassName
{
border-color: #335095;
}
.TagClassName
{
border-color: #335095;
}
</style>