Shades of Tory Blue #355498
Tints of Tory Blue #355498
RGB
CMYK
RGB Variations
Color information
#355498 (or 0x355498) is known color: Tory Blue. HEX triplet: 35, 54 and 98. RGB value is (53,84,152). Sum of RGB (Red+Green+Blue) = 53+84+152=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #355498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355498 is #CAAB67. Grayscale: #525252. Windows color (decimal): -13282152 or 9983029. OLE color: 9983029.
HSL color Cylindrical-coordinate representation of color #355498: hue angle of 221.21º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #355498 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 53 | 84 | 152 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.40 |
| HSL | 221.21º | 0.48% | 0.4% | - |
| HSV(B) | 221.21º | 0.65% | 0.6% | - |
| XYZ | 10.31 | 9.36 | 30.97 | - |
| YUV | 82.48 | 167.23 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 84 | 152 | 0.65 | 0.45 | 0 | 0.40 | 221.21 | 0.48 | 0.4 |
| Hex | 35 | 54 | 98 | 41 | 2D | 0 | 28 | DD | 30 | 28 |
| Octal | 65 | 124 | 230 | 101 | 55 | 0 | 50 | 335 | 60 | 50 |
| Binary | 110101 | 1010100 | 10011000 | 1000001 | 101101 | 0 | 101000 | 11011101 | 110000 | 101000 |
Color Harmonies of #355498
Complementary color
Monochromatic Colors of #355498
Black with #355498
Text Example
Text Example
White with #355498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355498; }
p { color: rgb(53,84,152); }
H1.HeaderClassName
{
color: #355498;
}
.AnyTagClassName
{
color: #355498;
}
</style>
background-color css
<style>
a { background-color: #355498; }
a { background-color: rgb(53,84,152); }
div.DivClassName
{
background-color: #355498;
}
.BgClassName
{
background-color: #355498;
}
</style>
border-color css
<style>
span { border-color: #355498; }
span { border-color: rgb(53,84,152); }
td.TdClassName
{
border-color: #355498;
}
.TagClassName
{
border-color: #355498;
}
</style>