Shades of Tory Blue #354880
Tints of Tory Blue #354880
RGB
CMYK
RGB Variations
Color information
#354880 (or 0x354880) is known color: Tory Blue. HEX triplet: 35, 48 and 80. RGB value is (53,72,128). Sum of RGB (Red+Green+Blue) = 53+72+128=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 128 (50.39% from 255 or 50.59% from 253); Max value from RGB is 128 - color contains mainly: blue. Hex color #354880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354880 is #CAB77F. Grayscale: #484848. Windows color (decimal): -13285248 or 8407093. OLE color: 8407093.
HSL color Cylindrical-coordinate representation of color #354880: hue angle of 224.8º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #354880 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 72 | 128 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.50 |
| HSL | 224.8º | 0.41% | 0.35% | - |
| HSV(B) | 224.8º | 0.59% | 0.5% | - |
| XYZ | 7.68 | 6.95 | 21.36 | - |
| YUV | 72.7 | 159.21 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 72 | 128 | 0.59 | 0.44 | 0 | 0.50 | 224.8 | 0.41 | 0.35 |
| Hex | 35 | 48 | 80 | 3B | 2C | 0 | 32 | E1 | 29 | 23 |
| Octal | 65 | 110 | 200 | 73 | 54 | 0 | 62 | 341 | 51 | 43 |
| Binary | 110101 | 1001000 | 10000000 | 111011 | 101100 | 0 | 110010 | 11100001 | 101001 | 100011 |
Color Harmonies of #354880
Complementary color
Monochromatic Colors of #354880
Black with #354880
Text Example
Text Example
White with #354880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354880; }
p { color: rgb(53,72,128); }
H1.HeaderClassName
{
color: #354880;
}
.AnyTagClassName
{
color: #354880;
}
</style>
background-color css
<style>
a { background-color: #354880; }
a { background-color: rgb(53,72,128); }
div.DivClassName
{
background-color: #354880;
}
.BgClassName
{
background-color: #354880;
}
</style>
border-color css
<style>
span { border-color: #354880; }
span { border-color: rgb(53,72,128); }
td.TdClassName
{
border-color: #354880;
}
.TagClassName
{
border-color: #354880;
}
</style>