Shades of Tory Blue #3A518B
Tints of Tory Blue #3A518B
RGB
CMYK
RGB Variations
Color information
#3A518B (or 0x3A518B) is known color: Tory Blue. HEX triplet: 3A, 51 and 8B. RGB value is (58,81,139). Sum of RGB (Red+Green+Blue) = 58+81+139=278 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.86% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 139 (54.69% from 255 or 50% from 278); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A518B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A518B is #C5AE74. Grayscale: #505050. Windows color (decimal): -12955253 or 9130298. OLE color: 9130298.
HSL color Cylindrical-coordinate representation of color #3A518B: hue angle of 222.96º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A518B is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 81 | 139 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.45 |
| HSL | 222.96º | 0.41% | 0.39% | - |
| HSV(B) | 222.96º | 0.58% | 0.55% | - |
| XYZ | 9.35 | 8.65 | 25.6 | - |
| YUV | 80.74 | 160.88 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 81 | 139 | 0.58 | 0.42 | 0 | 0.45 | 222.96 | 0.41 | 0.39 |
| Hex | 3A | 51 | 8B | 3A | 2A | 0 | 2D | DF | 29 | 27 |
| Octal | 72 | 121 | 213 | 72 | 52 | 0 | 55 | 337 | 51 | 47 |
| Binary | 111010 | 1010001 | 10001011 | 111010 | 101010 | 0 | 101101 | 11011111 | 101001 | 100111 |
Color Harmonies of #3A518B
Complementary color
Monochromatic Colors of #3A518B
Black with #3A518B
Text Example
Text Example
White with #3A518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A518B; }
p { color: rgb(58,81,139); }
H1.HeaderClassName
{
color: #3A518B;
}
.AnyTagClassName
{
color: #3A518B;
}
</style>
background-color css
<style>
a { background-color: #3A518B; }
a { background-color: rgb(58,81,139); }
div.DivClassName
{
background-color: #3A518B;
}
.BgClassName
{
background-color: #3A518B;
}
</style>
border-color css
<style>
span { border-color: #3A518B; }
span { border-color: rgb(58,81,139); }
td.TdClassName
{
border-color: #3A518B;
}
.TagClassName
{
border-color: #3A518B;
}
</style>