Shades of Tory Blue #35518C
Tints of Tory Blue #35518C
RGB
CMYK
RGB Variations
Color information
#35518C (or 0x35518C) is known color: Tory Blue. HEX triplet: 35, 51 and 8C. RGB value is (53,81,140). Sum of RGB (Red+Green+Blue) = 53+81+140=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 140 (55.08% from 255 or 51.09% from 274); Max value from RGB is 140 - color contains mainly: blue. Hex color #35518C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35518C is #CAAE73. Grayscale: #4F4F4F. Windows color (decimal): -13282932 or 9195829. OLE color: 9195829.
HSL color Cylindrical-coordinate representation of color #35518C: hue angle of 220.69º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35518C is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 81 | 140 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.45 |
| HSL | 220.69º | 0.45% | 0.38% | - |
| HSV(B) | 220.69º | 0.62% | 0.55% | - |
| XYZ | 9.14 | 8.54 | 25.98 | - |
| YUV | 79.35 | 162.22 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 140 | 0.62 | 0.42 | 0 | 0.45 | 220.69 | 0.45 | 0.38 |
| Hex | 35 | 51 | 8C | 3E | 2A | 0 | 2D | DD | 2D | 26 |
| Octal | 65 | 121 | 214 | 76 | 52 | 0 | 55 | 335 | 55 | 46 |
| Binary | 110101 | 1010001 | 10001100 | 111110 | 101010 | 0 | 101101 | 11011101 | 101101 | 100110 |
Color Harmonies of #35518C
Complementary color
Monochromatic Colors of #35518C
Black with #35518C
Text Example
Text Example
White with #35518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35518C; }
p { color: rgb(53,81,140); }
H1.HeaderClassName
{
color: #35518C;
}
.AnyTagClassName
{
color: #35518C;
}
</style>
background-color css
<style>
a { background-color: #35518C; }
a { background-color: rgb(53,81,140); }
div.DivClassName
{
background-color: #35518C;
}
.BgClassName
{
background-color: #35518C;
}
</style>
border-color css
<style>
span { border-color: #35518C; }
span { border-color: rgb(53,81,140); }
td.TdClassName
{
border-color: #35518C;
}
.TagClassName
{
border-color: #35518C;
}
</style>