Shades of Tory Blue #3A487D
Tints of Tory Blue #3A487D
RGB
CMYK
RGB Variations
Color information
#3A487D (or 0x3A487D) is known color: Tory Blue. HEX triplet: 3A, 48 and 7D. RGB value is (58,72,125). Sum of RGB (Red+Green+Blue) = 58+72+125=255 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.75% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #3A487D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A487D is #C5B782. Grayscale: #494949. Windows color (decimal): -12957571 or 8210490. OLE color: 8210490.
HSL color Cylindrical-coordinate representation of color #3A487D: hue angle of 227.46º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A487D is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 72 | 125 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.51 |
| HSL | 227.46º | 0.37% | 0.36% | - |
| HSV(B) | 227.46º | 0.54% | 0.49% | - |
| XYZ | 7.76 | 7.01 | 20.35 | - |
| YUV | 73.86 | 156.86 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 72 | 125 | 0.54 | 0.42 | 0 | 0.51 | 227.46 | 0.37 | 0.36 |
| Hex | 3A | 48 | 7D | 36 | 2A | 0 | 33 | E3 | 25 | 24 |
| Octal | 72 | 110 | 175 | 66 | 52 | 0 | 63 | 343 | 45 | 44 |
| Binary | 111010 | 1001000 | 1111101 | 110110 | 101010 | 0 | 110011 | 11100011 | 100101 | 100100 |
Color Harmonies of #3A487D
Complementary color
Monochromatic Colors of #3A487D
Black with #3A487D
Text Example
Text Example
White with #3A487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A487D; }
p { color: rgb(58,72,125); }
H1.HeaderClassName
{
color: #3A487D;
}
.AnyTagClassName
{
color: #3A487D;
}
</style>
background-color css
<style>
a { background-color: #3A487D; }
a { background-color: rgb(58,72,125); }
div.DivClassName
{
background-color: #3A487D;
}
.BgClassName
{
background-color: #3A487D;
}
</style>
border-color css
<style>
span { border-color: #3A487D; }
span { border-color: rgb(58,72,125); }
td.TdClassName
{
border-color: #3A487D;
}
.TagClassName
{
border-color: #3A487D;
}
</style>