Shades of Tory Blue #355297
Tints of Tory Blue #355297
RGB
CMYK
RGB Variations
Color information
#355297 (or 0x355297) is known color: Tory Blue. HEX triplet: 35, 52 and 97. RGB value is (53,82,151). Sum of RGB (Red+Green+Blue) = 53+82+151=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 151 (59.38% from 255 or 52.80% from 286); Max value from RGB is 151 - color contains mainly: blue. Hex color #355297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355297 is #CAAD68. Grayscale: #505050. Windows color (decimal): -13282665 or 9916981. OLE color: 9916981.
HSL color Cylindrical-coordinate representation of color #355297: hue angle of 222.24º 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 #355297 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 53 | 82 | 151 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.41 |
| HSL | 222.24º | 0.48% | 0.4% | - |
| HSV(B) | 222.24º | 0.65% | 0.59% | - |
| XYZ | 10.07 | 9.03 | 30.49 | - |
| YUV | 81.2 | 167.39 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 82 | 151 | 0.65 | 0.46 | 0 | 0.41 | 222.24 | 0.48 | 0.4 |
| Hex | 35 | 52 | 97 | 41 | 2E | 0 | 29 | DE | 30 | 28 |
| Octal | 65 | 122 | 227 | 101 | 56 | 0 | 51 | 336 | 60 | 50 |
| Binary | 110101 | 1010010 | 10010111 | 1000001 | 101110 | 0 | 101001 | 11011110 | 110000 | 101000 |
Color Harmonies of #355297
Complementary color
Monochromatic Colors of #355297
Black with #355297
Text Example
Text Example
White with #355297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355297; }
p { color: rgb(53,82,151); }
H1.HeaderClassName
{
color: #355297;
}
.AnyTagClassName
{
color: #355297;
}
</style>
background-color css
<style>
a { background-color: #355297; }
a { background-color: rgb(53,82,151); }
div.DivClassName
{
background-color: #355297;
}
.BgClassName
{
background-color: #355297;
}
</style>
border-color css
<style>
span { border-color: #355297; }
span { border-color: rgb(53,82,151); }
td.TdClassName
{
border-color: #355297;
}
.TagClassName
{
border-color: #355297;
}
</style>