Shades of Tory Blue #354286
Tints of Tory Blue #354286
RGB
CMYK
RGB Variations
Color information
#354286 (or 0x354286) is known color: Tory Blue. HEX triplet: 35, 42 and 86. RGB value is (53,66,134). Sum of RGB (Red+Green+Blue) = 53+66+134=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 134 (52.73% from 255 or 52.96% from 253); Max value from RGB is 134 - color contains mainly: blue. Hex color #354286 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354286 is #CABD79. Grayscale: #454545. Windows color (decimal): -13286778 or 8798773. OLE color: 8798773.
HSL color Cylindrical-coordinate representation of color #354286: hue angle of 230.37º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #354286 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 66 | 134 | - |
| CMYK | 0.60 | 0.51 | 0 | 0.47 |
| HSL | 230.37º | 0.43% | 0.37% | - |
| HSV(B) | 230.37º | 0.6% | 0.53% | - |
| XYZ | 7.72 | 6.37 | 23.38 | - |
| YUV | 69.87 | 164.19 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 66 | 134 | 0.60 | 0.51 | 0 | 0.47 | 230.37 | 0.43 | 0.37 |
| Hex | 35 | 42 | 86 | 3C | 33 | 0 | 2F | E6 | 2B | 25 |
| Octal | 65 | 102 | 206 | 74 | 63 | 0 | 57 | 346 | 53 | 45 |
| Binary | 110101 | 1000010 | 10000110 | 111100 | 110011 | 0 | 101111 | 11100110 | 101011 | 100101 |
Color Harmonies of #354286
Complementary color
Monochromatic Colors of #354286
Black with #354286
Text Example
Text Example
White with #354286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354286; }
p { color: rgb(53,66,134); }
H1.HeaderClassName
{
color: #354286;
}
.AnyTagClassName
{
color: #354286;
}
</style>
background-color css
<style>
a { background-color: #354286; }
a { background-color: rgb(53,66,134); }
div.DivClassName
{
background-color: #354286;
}
.BgClassName
{
background-color: #354286;
}
</style>
border-color css
<style>
span { border-color: #354286; }
span { border-color: rgb(53,66,134); }
td.TdClassName
{
border-color: #354286;
}
.TagClassName
{
border-color: #354286;
}
</style>