Shades of Tory Blue #354A84
Tints of Tory Blue #354A84
RGB
CMYK
RGB Variations
Color information
#354A84 (or 0x354A84) is known color: Tory Blue. HEX triplet: 35, 4A and 84. RGB value is (53,74,132). Sum of RGB (Red+Green+Blue) = 53+74+132=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 132 (51.95% from 255 or 50.97% from 259); Max value from RGB is 132 - color contains mainly: blue. Hex color #354A84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354A84 is #CAB57B. Grayscale: #4A4A4A. Windows color (decimal): -13284732 or 8669749. OLE color: 8669749.
HSL color Cylindrical-coordinate representation of color #354A84: hue angle of 224.05º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #354A84 is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 74 | 132 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.48 |
| HSL | 224.05º | 0.43% | 0.36% | - |
| HSV(B) | 224.05º | 0.6% | 0.52% | - |
| XYZ | 8.08 | 7.32 | 22.82 | - |
| YUV | 74.33 | 160.54 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 74 | 132 | 0.60 | 0.44 | 0 | 0.48 | 224.05 | 0.43 | 0.36 |
| Hex | 35 | 4A | 84 | 3C | 2C | 0 | 30 | E0 | 2B | 24 |
| Octal | 65 | 112 | 204 | 74 | 54 | 0 | 60 | 340 | 53 | 44 |
| Binary | 110101 | 1001010 | 10000100 | 111100 | 101100 | 0 | 110000 | 11100000 | 101011 | 100100 |
Color Harmonies of #354A84
Complementary color
Monochromatic Colors of #354A84
Black with #354A84
Text Example
Text Example
White with #354A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354A84; }
p { color: rgb(53,74,132); }
H1.HeaderClassName
{
color: #354A84;
}
.AnyTagClassName
{
color: #354A84;
}
</style>
background-color css
<style>
a { background-color: #354A84; }
a { background-color: rgb(53,74,132); }
div.DivClassName
{
background-color: #354A84;
}
.BgClassName
{
background-color: #354A84;
}
</style>
border-color css
<style>
span { border-color: #354A84; }
span { border-color: rgb(53,74,132); }
td.TdClassName
{
border-color: #354A84;
}
.TagClassName
{
border-color: #354A84;
}
</style>