Shades of Tory Blue #3A4C9E
Tints of Tory Blue #3A4C9E
RGB
CMYK
RGB Variations
Color information
#3A4C9E (or 0x3A4C9E) is known color: Tory Blue. HEX triplet: 3A, 4C and 9E. RGB value is (58,76,158). Sum of RGB (Red+Green+Blue) = 58+76+158=292 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.86% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 158 (62.11% from 255 or 54.11% from 292); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A4C9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4C9E is #C5B361. Grayscale: #4F4F4F. Windows color (decimal): -12956514 or 10374202. OLE color: 10374202.
HSL color Cylindrical-coordinate representation of color #3A4C9E: hue angle of 229.2º 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 #3A4C9E is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 76 | 158 | - |
| CMYK | 0.63 | 0.52 | 0 | 0.38 |
| HSL | 229.2º | 0.46% | 0.42% | - |
| HSV(B) | 229.2º | 0.63% | 0.62% | - |
| XYZ | 10.5 | 8.54 | 33.44 | - |
| YUV | 79.97 | 172.04 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 76 | 158 | 0.63 | 0.52 | 0 | 0.38 | 229.2 | 0.46 | 0.42 |
| Hex | 3A | 4C | 9E | 3F | 34 | 0 | 26 | E5 | 2E | 2A |
| Octal | 72 | 114 | 236 | 77 | 64 | 0 | 46 | 345 | 56 | 52 |
| Binary | 111010 | 1001100 | 10011110 | 111111 | 110100 | 0 | 100110 | 11100101 | 101110 | 101010 |
Color Harmonies of #3A4C9E
Complementary color
Monochromatic Colors of #3A4C9E
Black with #3A4C9E
Text Example
Text Example
White with #3A4C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4C9E; }
p { color: rgb(58,76,158); }
H1.HeaderClassName
{
color: #3A4C9E;
}
.AnyTagClassName
{
color: #3A4C9E;
}
</style>
background-color css
<style>
a { background-color: #3A4C9E; }
a { background-color: rgb(58,76,158); }
div.DivClassName
{
background-color: #3A4C9E;
}
.BgClassName
{
background-color: #3A4C9E;
}
</style>
border-color css
<style>
span { border-color: #3A4C9E; }
span { border-color: rgb(58,76,158); }
td.TdClassName
{
border-color: #3A4C9E;
}
.TagClassName
{
border-color: #3A4C9E;
}
</style>