Shades of Tory Blue #3A497F
Tints of Tory Blue #3A497F
RGB
CMYK
RGB Variations
Color information
#3A497F (or 0x3A497F) is known color: Tory Blue. HEX triplet: 3A, 49 and 7F. RGB value is (58,73,127). Sum of RGB (Red+Green+Blue) = 58+73+127=258 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.48% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 127 (50% from 255 or 49.22% from 258); Max value from RGB is 127 - color contains mainly: blue. Hex color #3A497F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A497F is #C5B680. Grayscale: #4A4A4A. Windows color (decimal): -12957313 or 8341818. OLE color: 8341818.
HSL color Cylindrical-coordinate representation of color #3A497F: hue angle of 226.96º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A497F is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 58 | 73 | 127 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.50 |
| HSL | 226.96º | 0.37% | 0.36% | - |
| HSV(B) | 226.96º | 0.54% | 0.5% | - |
| XYZ | 7.96 | 7.2 | 21.05 | - |
| YUV | 74.67 | 157.53 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 73 | 127 | 0.54 | 0.43 | 0 | 0.50 | 226.96 | 0.37 | 0.36 |
| Hex | 3A | 49 | 7F | 36 | 2B | 0 | 32 | E3 | 25 | 24 |
| Octal | 72 | 111 | 177 | 66 | 53 | 0 | 62 | 343 | 45 | 44 |
| Binary | 111010 | 1001001 | 1111111 | 110110 | 101011 | 0 | 110010 | 11100011 | 100101 | 100100 |
Color Harmonies of #3A497F
Complementary color
Monochromatic Colors of #3A497F
Black with #3A497F
Text Example
Text Example
White with #3A497F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A497F; }
p { color: rgb(58,73,127); }
H1.HeaderClassName
{
color: #3A497F;
}
.AnyTagClassName
{
color: #3A497F;
}
</style>
background-color css
<style>
a { background-color: #3A497F; }
a { background-color: rgb(58,73,127); }
div.DivClassName
{
background-color: #3A497F;
}
.BgClassName
{
background-color: #3A497F;
}
</style>
border-color css
<style>
span { border-color: #3A497F; }
span { border-color: rgb(58,73,127); }
td.TdClassName
{
border-color: #3A497F;
}
.TagClassName
{
border-color: #3A497F;
}
</style>