Shades of Tory Blue #3A4C92
Tints of Tory Blue #3A4C92
RGB
CMYK
RGB Variations
Color information
#3A4C92 (or 0x3A4C92) is known color: Tory Blue. HEX triplet: 3A, 4C and 92. RGB value is (58,76,146). Sum of RGB (Red+Green+Blue) = 58+76+146=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #3A4C92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4C92 is #C5B36D. Grayscale: #4E4E4E. Windows color (decimal): -12956526 or 9587770. OLE color: 9587770.
HSL color Cylindrical-coordinate representation of color #3A4C92: hue angle of 227.73º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A4C92 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 76 | 146 | - |
| CMYK | 0.60 | 0.48 | 0 | 0.43 |
| HSL | 227.73º | 0.43% | 0.4% | - |
| HSV(B) | 227.73º | 0.6% | 0.57% | - |
| XYZ | 9.52 | 8.14 | 28.26 | - |
| YUV | 78.6 | 166.04 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 76 | 146 | 0.60 | 0.48 | 0 | 0.43 | 227.73 | 0.43 | 0.4 |
| Hex | 3A | 4C | 92 | 3C | 30 | 0 | 2B | E4 | 2B | 28 |
| Octal | 72 | 114 | 222 | 74 | 60 | 0 | 53 | 344 | 53 | 50 |
| Binary | 111010 | 1001100 | 10010010 | 111100 | 110000 | 0 | 101011 | 11100100 | 101011 | 101000 |
Color Harmonies of #3A4C92
Complementary color
Monochromatic Colors of #3A4C92
Black with #3A4C92
Text Example
Text Example
White with #3A4C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4C92; }
p { color: rgb(58,76,146); }
H1.HeaderClassName
{
color: #3A4C92;
}
.AnyTagClassName
{
color: #3A4C92;
}
</style>
background-color css
<style>
a { background-color: #3A4C92; }
a { background-color: rgb(58,76,146); }
div.DivClassName
{
background-color: #3A4C92;
}
.BgClassName
{
background-color: #3A4C92;
}
</style>
border-color css
<style>
span { border-color: #3A4C92; }
span { border-color: rgb(58,76,146); }
td.TdClassName
{
border-color: #3A4C92;
}
.TagClassName
{
border-color: #3A4C92;
}
</style>