Shades of Tory Blue #354A9C
Tints of Tory Blue #354A9C
RGB
CMYK
RGB Variations
Color information
#354A9C (or 0x354A9C) is known color: Tory Blue. HEX triplet: 35, 4A and 9C. RGB value is (53,74,156). Sum of RGB (Red+Green+Blue) = 53+74+156=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #354A9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354A9C is #CAB563. Grayscale: #4C4C4C. Windows color (decimal): -13284708 or 10242613. OLE color: 10242613.
HSL color Cylindrical-coordinate representation of color #354A9C: hue angle of 227.77º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #354A9C is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 53 | 74 | 156 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.39 |
| HSL | 227.77º | 0.49% | 0.41% | - |
| HSV(B) | 227.77º | 0.66% | 0.61% | - |
| XYZ | 9.92 | 8.05 | 32.48 | - |
| YUV | 77.07 | 172.54 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 74 | 156 | 0.66 | 0.53 | 0 | 0.39 | 227.77 | 0.49 | 0.41 |
| Hex | 35 | 4A | 9C | 42 | 35 | 0 | 27 | E4 | 31 | 29 |
| Octal | 65 | 112 | 234 | 102 | 65 | 0 | 47 | 344 | 61 | 51 |
| Binary | 110101 | 1001010 | 10011100 | 1000010 | 110101 | 0 | 100111 | 11100100 | 110001 | 101001 |
Color Harmonies of #354A9C
Complementary color
Monochromatic Colors of #354A9C
Black with #354A9C
Text Example
Text Example
White with #354A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354A9C; }
p { color: rgb(53,74,156); }
H1.HeaderClassName
{
color: #354A9C;
}
.AnyTagClassName
{
color: #354A9C;
}
</style>
background-color css
<style>
a { background-color: #354A9C; }
a { background-color: rgb(53,74,156); }
div.DivClassName
{
background-color: #354A9C;
}
.BgClassName
{
background-color: #354A9C;
}
</style>
border-color css
<style>
span { border-color: #354A9C; }
span { border-color: rgb(53,74,156); }
td.TdClassName
{
border-color: #354A9C;
}
.TagClassName
{
border-color: #354A9C;
}
</style>