Shades of Tory Blue #3A459D
Tints of Tory Blue #3A459D
RGB
CMYK
RGB Variations
Color information
#3A459D (or 0x3A459D) is known color: Tory Blue. HEX triplet: 3A, 45 and 9D. RGB value is (58,69,157). Sum of RGB (Red+Green+Blue) = 58+69+157=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 157 (61.72% from 255 or 55.28% from 284); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A459D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A459D is #C5BA62. Grayscale: #4B4B4B. Windows color (decimal): -12958307 or 10306874. OLE color: 10306874.
HSL color Cylindrical-coordinate representation of color #3A459D: hue angle of 233.33º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A459D is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 69 | 157 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.38 |
| HSL | 233.33º | 0.46% | 0.42% | - |
| HSV(B) | 233.33º | 0.63% | 0.62% | - |
| XYZ | 9.96 | 7.59 | 32.84 | - |
| YUV | 75.74 | 173.86 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 69 | 157 | 0.63 | 0.56 | 0 | 0.38 | 233.33 | 0.46 | 0.42 |
| Hex | 3A | 45 | 9D | 3F | 38 | 0 | 26 | E9 | 2E | 2A |
| Octal | 72 | 105 | 235 | 77 | 70 | 0 | 46 | 351 | 56 | 52 |
| Binary | 111010 | 1000101 | 10011101 | 111111 | 111000 | 0 | 100110 | 11101001 | 101110 | 101010 |
Color Harmonies of #3A459D
Complementary color
Monochromatic Colors of #3A459D
Black with #3A459D
Text Example
Text Example
White with #3A459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A459D; }
p { color: rgb(58,69,157); }
H1.HeaderClassName
{
color: #3A459D;
}
.AnyTagClassName
{
color: #3A459D;
}
</style>
background-color css
<style>
a { background-color: #3A459D; }
a { background-color: rgb(58,69,157); }
div.DivClassName
{
background-color: #3A459D;
}
.BgClassName
{
background-color: #3A459D;
}
</style>
border-color css
<style>
span { border-color: #3A459D; }
span { border-color: rgb(58,69,157); }
td.TdClassName
{
border-color: #3A459D;
}
.TagClassName
{
border-color: #3A459D;
}
</style>