Shades of Tory Blue #354194
Tints of Tory Blue #354194
RGB
CMYK
RGB Variations
Color information
#354194 (or 0x354194) is known color: Tory Blue. HEX triplet: 35, 41 and 94. RGB value is (53,65,148). Sum of RGB (Red+Green+Blue) = 53+65+148=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 148 (58.20% from 255 or 55.64% from 266); Max value from RGB is 148 - color contains mainly: blue. Hex color #354194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354194 is #CABE6B. Grayscale: #464646. Windows color (decimal): -13287020 or 9716021. OLE color: 9716021.
HSL color Cylindrical-coordinate representation of color #354194: hue angle of 232.42º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #354194 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 65 | 148 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.42 |
| HSL | 232.42º | 0.47% | 0.39% | - |
| HSV(B) | 232.42º | 0.64% | 0.58% | - |
| XYZ | 8.7 | 6.68 | 28.85 | - |
| YUV | 70.87 | 171.52 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 148 | 0.64 | 0.56 | 0 | 0.42 | 232.42 | 0.47 | 0.39 |
| Hex | 35 | 41 | 94 | 40 | 38 | 0 | 2A | E8 | 2F | 27 |
| Octal | 65 | 101 | 224 | 100 | 70 | 0 | 52 | 350 | 57 | 47 |
| Binary | 110101 | 1000001 | 10010100 | 1000000 | 111000 | 0 | 101010 | 11101000 | 101111 | 100111 |
Color Harmonies of #354194
Complementary color
Monochromatic Colors of #354194
Black with #354194
Text Example
Text Example
White with #354194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354194; }
p { color: rgb(53,65,148); }
H1.HeaderClassName
{
color: #354194;
}
.AnyTagClassName
{
color: #354194;
}
</style>
background-color css
<style>
a { background-color: #354194; }
a { background-color: rgb(53,65,148); }
div.DivClassName
{
background-color: #354194;
}
.BgClassName
{
background-color: #354194;
}
</style>
border-color css
<style>
span { border-color: #354194; }
span { border-color: rgb(53,65,148); }
td.TdClassName
{
border-color: #354194;
}
.TagClassName
{
border-color: #354194;
}
</style>