Shades of Tory Blue #3A4D9E
Tints of Tory Blue #3A4D9E
RGB
CMYK
RGB Variations
Color information
#3A4D9E (or 0x3A4D9E) is known color: Tory Blue. HEX triplet: 3A, 4D and 9E. RGB value is (58,77,158). Sum of RGB (Red+Green+Blue) = 58+77+158=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 158 (62.11% from 255 or 53.92% from 293); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A4D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A4D9E is #C5B261. Grayscale: #505050. Windows color (decimal): -12956258 or 10374458. OLE color: 10374458.
HSL color Cylindrical-coordinate representation of color #3A4D9E: hue angle of 228.6º 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 #3A4D9E is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 77 | 158 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.38 |
| HSL | 228.6º | 0.46% | 0.42% | - |
| HSV(B) | 228.6º | 0.63% | 0.62% | - |
| XYZ | 10.57 | 8.68 | 33.47 | - |
| YUV | 80.55 | 171.71 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 77 | 158 | 0.63 | 0.51 | 0 | 0.38 | 228.6 | 0.46 | 0.42 |
| Hex | 3A | 4D | 9E | 3F | 33 | 0 | 26 | E5 | 2E | 2A |
| Octal | 72 | 115 | 236 | 77 | 63 | 0 | 46 | 345 | 56 | 52 |
| Binary | 111010 | 1001101 | 10011110 | 111111 | 110011 | 0 | 100110 | 11100101 | 101110 | 101010 |
Color Harmonies of #3A4D9E
Complementary color
Monochromatic Colors of #3A4D9E
Black with #3A4D9E
Text Example
Text Example
White with #3A4D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4D9E; }
p { color: rgb(58,77,158); }
H1.HeaderClassName
{
color: #3A4D9E;
}
.AnyTagClassName
{
color: #3A4D9E;
}
</style>
background-color css
<style>
a { background-color: #3A4D9E; }
a { background-color: rgb(58,77,158); }
div.DivClassName
{
background-color: #3A4D9E;
}
.BgClassName
{
background-color: #3A4D9E;
}
</style>
border-color css
<style>
span { border-color: #3A4D9E; }
span { border-color: rgb(58,77,158); }
td.TdClassName
{
border-color: #3A4D9E;
}
.TagClassName
{
border-color: #3A4D9E;
}
</style>