Shades of Tory Blue #354387
Tints of Tory Blue #354387
RGB
CMYK
RGB Variations
Color information
#354387 (or 0x354387) is known color: Tory Blue. HEX triplet: 35, 43 and 87. RGB value is (53,67,135). Sum of RGB (Red+Green+Blue) = 53+67+135=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 135 (53.12% from 255 or 52.94% from 255); Max value from RGB is 135 - color contains mainly: blue. Hex color #354387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354387 is #CABC78. Grayscale: #464646. Windows color (decimal): -13286521 or 8864565. OLE color: 8864565.
HSL color Cylindrical-coordinate representation of color #354387: hue angle of 229.76º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #354387 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 67 | 135 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.47 |
| HSL | 229.76º | 0.44% | 0.37% | - |
| HSV(B) | 229.76º | 0.61% | 0.53% | - |
| XYZ | 7.85 | 6.52 | 23.77 | - |
| YUV | 70.57 | 164.36 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 67 | 135 | 0.61 | 0.50 | 0 | 0.47 | 229.76 | 0.44 | 0.37 |
| Hex | 35 | 43 | 87 | 3D | 32 | 0 | 2F | E6 | 2C | 25 |
| Octal | 65 | 103 | 207 | 75 | 62 | 0 | 57 | 346 | 54 | 45 |
| Binary | 110101 | 1000011 | 10000111 | 111101 | 110010 | 0 | 101111 | 11100110 | 101100 | 100101 |
Color Harmonies of #354387
Complementary color
Monochromatic Colors of #354387
Black with #354387
Text Example
Text Example
White with #354387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354387; }
p { color: rgb(53,67,135); }
H1.HeaderClassName
{
color: #354387;
}
.AnyTagClassName
{
color: #354387;
}
</style>
background-color css
<style>
a { background-color: #354387; }
a { background-color: rgb(53,67,135); }
div.DivClassName
{
background-color: #354387;
}
.BgClassName
{
background-color: #354387;
}
</style>
border-color css
<style>
span { border-color: #354387; }
span { border-color: rgb(53,67,135); }
td.TdClassName
{
border-color: #354387;
}
.TagClassName
{
border-color: #354387;
}
</style>