Shades of Tory Blue #3A4592
Tints of Tory Blue #3A4592
RGB
CMYK
RGB Variations
Color information
#3A4592 (or 0x3A4592) is known color: Tory Blue. HEX triplet: 3A, 45 and 92. RGB value is (58,69,146). Sum of RGB (Red+Green+Blue) = 58+69+146=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #3A4592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4592 is #C5BA6D. Grayscale: #4A4A4A. Windows color (decimal): -12958318 or 9585978. OLE color: 9585978.
HSL color Cylindrical-coordinate representation of color #3A4592: hue angle of 232.5º 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 #3A4592 is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 69 | 146 | - |
| CMYK | 0.60 | 0.53 | 0 | 0.43 |
| HSL | 232.5º | 0.43% | 0.4% | - |
| HSV(B) | 232.5º | 0.6% | 0.57% | - |
| XYZ | 9.06 | 7.23 | 28.11 | - |
| YUV | 74.49 | 168.36 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 69 | 146 | 0.60 | 0.53 | 0 | 0.43 | 232.5 | 0.43 | 0.4 |
| Hex | 3A | 45 | 92 | 3C | 35 | 0 | 2B | E8 | 2B | 28 |
| Octal | 72 | 105 | 222 | 74 | 65 | 0 | 53 | 350 | 53 | 50 |
| Binary | 111010 | 1000101 | 10010010 | 111100 | 110101 | 0 | 101011 | 11101000 | 101011 | 101000 |
Color Harmonies of #3A4592
Complementary color
Monochromatic Colors of #3A4592
Black with #3A4592
Text Example
Text Example
White with #3A4592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4592; }
p { color: rgb(58,69,146); }
H1.HeaderClassName
{
color: #3A4592;
}
.AnyTagClassName
{
color: #3A4592;
}
</style>
background-color css
<style>
a { background-color: #3A4592; }
a { background-color: rgb(58,69,146); }
div.DivClassName
{
background-color: #3A4592;
}
.BgClassName
{
background-color: #3A4592;
}
</style>
border-color css
<style>
span { border-color: #3A4592; }
span { border-color: rgb(58,69,146); }
td.TdClassName
{
border-color: #3A4592;
}
.TagClassName
{
border-color: #3A4592;
}
</style>