Shades of Tory Blue #3A5892
Tints of Tory Blue #3A5892
RGB
CMYK
RGB Variations
Color information
#3A5892 (or 0x3A5892) is known color: Tory Blue. HEX triplet: 3A, 58 and 92. RGB value is (58,88,146). Sum of RGB (Red+Green+Blue) = 58+88+146=292 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.86% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: blue. Hex color #3A5892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5892 is #C5A76D. Grayscale: #555555. Windows color (decimal): -12953454 or 9590842. OLE color: 9590842.
HSL color Cylindrical-coordinate representation of color #3A5892: hue angle of 219.55º 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 #3A5892 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 88 | 146 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.43 |
| HSL | 219.55º | 0.43% | 0.4% | - |
| HSV(B) | 219.55º | 0.6% | 0.57% | - |
| XYZ | 10.42 | 9.95 | 28.57 | - |
| YUV | 85.64 | 162.06 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 88 | 146 | 0.60 | 0.40 | 0 | 0.43 | 219.55 | 0.43 | 0.4 |
| Hex | 3A | 58 | 92 | 3C | 28 | 0 | 2B | DC | 2B | 28 |
| Octal | 72 | 130 | 222 | 74 | 50 | 0 | 53 | 334 | 53 | 50 |
| Binary | 111010 | 1011000 | 10010010 | 111100 | 101000 | 0 | 101011 | 11011100 | 101011 | 101000 |
Color Harmonies of #3A5892
Complementary color
Monochromatic Colors of #3A5892
Black with #3A5892
Text Example
Text Example
White with #3A5892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5892; }
p { color: rgb(58,88,146); }
H1.HeaderClassName
{
color: #3A5892;
}
.AnyTagClassName
{
color: #3A5892;
}
</style>
background-color css
<style>
a { background-color: #3A5892; }
a { background-color: rgb(58,88,146); }
div.DivClassName
{
background-color: #3A5892;
}
.BgClassName
{
background-color: #3A5892;
}
</style>
border-color css
<style>
span { border-color: #3A5892; }
span { border-color: rgb(58,88,146); }
td.TdClassName
{
border-color: #3A5892;
}
.TagClassName
{
border-color: #3A5892;
}
</style>