Shades of Tory Blue #35518A
Tints of Tory Blue #35518A
RGB
CMYK
RGB Variations
Color information
#35518A (or 0x35518A) is known color: Tory Blue. HEX triplet: 35, 51 and 8A. RGB value is (53,81,138). Sum of RGB (Red+Green+Blue) = 53+81+138=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #35518A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35518A is #CAAE75. Grayscale: #4E4E4E. Windows color (decimal): -13282934 or 9064757. OLE color: 9064757.
HSL color Cylindrical-coordinate representation of color #35518A: hue angle of 220.24º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35518A is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 81 | 138 | - |
| CMYK | 0.62 | 0.41 | 0 | 0.46 |
| HSL | 220.24º | 0.45% | 0.37% | - |
| HSV(B) | 220.24º | 0.62% | 0.54% | - |
| XYZ | 9 | 8.48 | 25.21 | - |
| YUV | 79.13 | 161.22 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 138 | 0.62 | 0.41 | 0 | 0.46 | 220.24 | 0.45 | 0.37 |
| Hex | 35 | 51 | 8A | 3E | 29 | 0 | 2E | DC | 2D | 25 |
| Octal | 65 | 121 | 212 | 76 | 51 | 0 | 56 | 334 | 55 | 45 |
| Binary | 110101 | 1010001 | 10001010 | 111110 | 101001 | 0 | 101110 | 11011100 | 101101 | 100101 |
Color Harmonies of #35518A
Complementary color
Monochromatic Colors of #35518A
Black with #35518A
Text Example
Text Example
White with #35518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35518A; }
p { color: rgb(53,81,138); }
H1.HeaderClassName
{
color: #35518A;
}
.AnyTagClassName
{
color: #35518A;
}
</style>
background-color css
<style>
a { background-color: #35518A; }
a { background-color: rgb(53,81,138); }
div.DivClassName
{
background-color: #35518A;
}
.BgClassName
{
background-color: #35518A;
}
</style>
border-color css
<style>
span { border-color: #35518A; }
span { border-color: rgb(53,81,138); }
td.TdClassName
{
border-color: #35518A;
}
.TagClassName
{
border-color: #35518A;
}
</style>