Shades of Tory Blue #355190
Tints of Tory Blue #355190
RGB
CMYK
RGB Variations
Color information
#355190 (or 0x355190) is known color: Tory Blue. HEX triplet: 35, 51 and 90. RGB value is (53,81,144). Sum of RGB (Red+Green+Blue) = 53+81+144=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #355190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355190 is #CAAE6F. Grayscale: #4F4F4F. Windows color (decimal): -13282928 or 9457973. OLE color: 9457973.
HSL color Cylindrical-coordinate representation of color #355190: hue angle of 221.54º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #355190 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 81 | 144 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.44 |
| HSL | 221.54º | 0.46% | 0.39% | - |
| HSV(B) | 221.54º | 0.63% | 0.56% | - |
| XYZ | 9.44 | 8.66 | 27.56 | - |
| YUV | 79.81 | 164.22 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 144 | 0.63 | 0.44 | 0 | 0.44 | 221.54 | 0.46 | 0.39 |
| Hex | 35 | 51 | 90 | 3F | 2C | 0 | 2C | DE | 2E | 27 |
| Octal | 65 | 121 | 220 | 77 | 54 | 0 | 54 | 336 | 56 | 47 |
| Binary | 110101 | 1010001 | 10010000 | 111111 | 101100 | 0 | 101100 | 11011110 | 101110 | 100111 |
Color Harmonies of #355190
Complementary color
Monochromatic Colors of #355190
Black with #355190
Text Example
Text Example
White with #355190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355190; }
p { color: rgb(53,81,144); }
H1.HeaderClassName
{
color: #355190;
}
.AnyTagClassName
{
color: #355190;
}
</style>
background-color css
<style>
a { background-color: #355190; }
a { background-color: rgb(53,81,144); }
div.DivClassName
{
background-color: #355190;
}
.BgClassName
{
background-color: #355190;
}
</style>
border-color css
<style>
span { border-color: #355190; }
span { border-color: rgb(53,81,144); }
td.TdClassName
{
border-color: #355190;
}
.TagClassName
{
border-color: #355190;
}
</style>