Shades of Tory Blue #355597
Tints of Tory Blue #355597
RGB
CMYK
RGB Variations
Color information
#355597 (or 0x355597) is known color: Tory Blue. HEX triplet: 35, 55 and 97. RGB value is (53,85,151). Sum of RGB (Red+Green+Blue) = 53+85+151=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 151 (59.38% from 255 or 52.25% from 289); Max value from RGB is 151 - color contains mainly: blue. Hex color #355597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355597 is #CAAA68. Grayscale: #525252. Windows color (decimal): -13281897 or 9917749. OLE color: 9917749.
HSL color Cylindrical-coordinate representation of color #355597: hue angle of 220.41º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #355597 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 53 | 85 | 151 | - |
| CMYK | 0.65 | 0.44 | 0 | 0.41 |
| HSL | 220.41º | 0.48% | 0.4% | - |
| HSV(B) | 220.41º | 0.65% | 0.59% | - |
| XYZ | 10.3 | 9.49 | 30.57 | - |
| YUV | 82.96 | 166.4 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 85 | 151 | 0.65 | 0.44 | 0 | 0.41 | 220.41 | 0.48 | 0.4 |
| Hex | 35 | 55 | 97 | 41 | 2C | 0 | 29 | DC | 30 | 28 |
| Octal | 65 | 125 | 227 | 101 | 54 | 0 | 51 | 334 | 60 | 50 |
| Binary | 110101 | 1010101 | 10010111 | 1000001 | 101100 | 0 | 101001 | 11011100 | 110000 | 101000 |
Color Harmonies of #355597
Complementary color
Monochromatic Colors of #355597
Black with #355597
Text Example
Text Example
White with #355597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355597; }
p { color: rgb(53,85,151); }
H1.HeaderClassName
{
color: #355597;
}
.AnyTagClassName
{
color: #355597;
}
</style>
background-color css
<style>
a { background-color: #355597; }
a { background-color: rgb(53,85,151); }
div.DivClassName
{
background-color: #355597;
}
.BgClassName
{
background-color: #355597;
}
</style>
border-color css
<style>
span { border-color: #355597; }
span { border-color: rgb(53,85,151); }
td.TdClassName
{
border-color: #355597;
}
.TagClassName
{
border-color: #355597;
}
</style>