Shades of Tory Blue #355199
Tints of Tory Blue #355199
RGB
CMYK
RGB Variations
Color information
#355199 (or 0x355199) is known color: Tory Blue. HEX triplet: 35, 51 and 99. RGB value is (53,81,153). Sum of RGB (Red+Green+Blue) = 53+81+153=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #355199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355199 is #CAAE66. Grayscale: #505050. Windows color (decimal): -13282919 or 10047797. OLE color: 10047797.
HSL color Cylindrical-coordinate representation of color #355199: hue angle of 223.2º degrees, saturation: 0.49, 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 #355199 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 53 | 81 | 153 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.4 |
| HSL | 223.2º | 0.49% | 0.4% | - |
| HSV(B) | 223.2º | 0.65% | 0.6% | - |
| XYZ | 10.16 | 8.94 | 31.33 | - |
| YUV | 80.84 | 168.72 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 153 | 0.65 | 0.47 | 0 | 0.4 | 223.2 | 0.49 | 0.4 |
| Hex | 35 | 51 | 99 | 41 | 2F | 0 | 28 | DF | 31 | 28 |
| Octal | 65 | 121 | 231 | 101 | 57 | 0 | 50 | 337 | 61 | 50 |
| Binary | 110101 | 1010001 | 10011001 | 1000001 | 101111 | 0 | 101000 | 11011111 | 110001 | 101000 |
Color Harmonies of #355199
Complementary color
Monochromatic Colors of #355199
Black with #355199
Text Example
Text Example
White with #355199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355199; }
p { color: rgb(53,81,153); }
H1.HeaderClassName
{
color: #355199;
}
.AnyTagClassName
{
color: #355199;
}
</style>
background-color css
<style>
a { background-color: #355199; }
a { background-color: rgb(53,81,153); }
div.DivClassName
{
background-color: #355199;
}
.BgClassName
{
background-color: #355199;
}
</style>
border-color css
<style>
span { border-color: #355199; }
span { border-color: rgb(53,81,153); }
td.TdClassName
{
border-color: #355199;
}
.TagClassName
{
border-color: #355199;
}
</style>