Shades of Tory Blue #354581
Tints of Tory Blue #354581
RGB
CMYK
RGB Variations
Color information
#354581 (or 0x354581) is known color: Tory Blue. HEX triplet: 35, 45 and 81. RGB value is (53,69,129). Sum of RGB (Red+Green+Blue) = 53+69+129=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 129 (50.78% from 255 or 51.39% from 251); Max value from RGB is 129 - color contains mainly: blue. Hex color #354581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354581 is #CABA7E. Grayscale: #464646. Windows color (decimal): -13286015 or 8471861. OLE color: 8471861.
HSL color Cylindrical-coordinate representation of color #354581: hue angle of 227.37º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #354581 is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 69 | 129 | - |
| CMYK | 0.59 | 0.47 | 0 | 0.49 |
| HSL | 227.37º | 0.42% | 0.36% | - |
| HSV(B) | 227.37º | 0.59% | 0.51% | - |
| XYZ | 7.56 | 6.6 | 21.64 | - |
| YUV | 71.06 | 160.7 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 69 | 129 | 0.59 | 0.47 | 0 | 0.49 | 227.37 | 0.42 | 0.36 |
| Hex | 35 | 45 | 81 | 3B | 2F | 0 | 31 | E3 | 2A | 24 |
| Octal | 65 | 105 | 201 | 73 | 57 | 0 | 61 | 343 | 52 | 44 |
| Binary | 110101 | 1000101 | 10000001 | 111011 | 101111 | 0 | 110001 | 11100011 | 101010 | 100100 |
Color Harmonies of #354581
Complementary color
Monochromatic Colors of #354581
Black with #354581
Text Example
Text Example
White with #354581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354581; }
p { color: rgb(53,69,129); }
H1.HeaderClassName
{
color: #354581;
}
.AnyTagClassName
{
color: #354581;
}
</style>
background-color css
<style>
a { background-color: #354581; }
a { background-color: rgb(53,69,129); }
div.DivClassName
{
background-color: #354581;
}
.BgClassName
{
background-color: #354581;
}
</style>
border-color css
<style>
span { border-color: #354581; }
span { border-color: rgb(53,69,129); }
td.TdClassName
{
border-color: #354581;
}
.TagClassName
{
border-color: #354581;
}
</style>