Shades of Tory Blue #354C99
Tints of Tory Blue #354C99
RGB
CMYK
RGB Variations
Color information
#354C99 (or 0x354C99) is known color: Tory Blue. HEX triplet: 35, 4C and 99. RGB value is (53,76,153). Sum of RGB (Red+Green+Blue) = 53+76+153=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #354C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354C99 is #CAB366. Grayscale: #4D4D4D. Windows color (decimal): -13284199 or 10046517. OLE color: 10046517.
HSL color Cylindrical-coordinate representation of color #354C99: hue angle of 226.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #354C99 is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 53 | 76 | 153 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.4 |
| HSL | 226.2º | 0.49% | 0.4% | - |
| HSV(B) | 226.2º | 0.65% | 0.6% | - |
| XYZ | 9.8 | 8.23 | 31.21 | - |
| YUV | 77.9 | 170.38 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 76 | 153 | 0.65 | 0.50 | 0 | 0.4 | 226.2 | 0.49 | 0.4 |
| Hex | 35 | 4C | 99 | 41 | 32 | 0 | 28 | E2 | 31 | 28 |
| Octal | 65 | 114 | 231 | 101 | 62 | 0 | 50 | 342 | 61 | 50 |
| Binary | 110101 | 1001100 | 10011001 | 1000001 | 110010 | 0 | 101000 | 11100010 | 110001 | 101000 |
Color Harmonies of #354C99
Complementary color
Monochromatic Colors of #354C99
Black with #354C99
Text Example
Text Example
White with #354C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354C99; }
p { color: rgb(53,76,153); }
H1.HeaderClassName
{
color: #354C99;
}
.AnyTagClassName
{
color: #354C99;
}
</style>
background-color css
<style>
a { background-color: #354C99; }
a { background-color: rgb(53,76,153); }
div.DivClassName
{
background-color: #354C99;
}
.BgClassName
{
background-color: #354C99;
}
</style>
border-color css
<style>
span { border-color: #354C99; }
span { border-color: rgb(53,76,153); }
td.TdClassName
{
border-color: #354C99;
}
.TagClassName
{
border-color: #354C99;
}
</style>