Shades of Tory Blue #3A4295
Tints of Tory Blue #3A4295
RGB
CMYK
RGB Variations
Color information
#3A4295 (or 0x3A4295) is known color: Tory Blue. HEX triplet: 3A, 42 and 95. RGB value is (58,66,149). Sum of RGB (Red+Green+Blue) = 58+66+149=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 149 (58.59% from 255 or 54.58% from 273); Max value from RGB is 149 - color contains mainly: blue. Hex color #3A4295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4295 is #C5BD6A. Grayscale: #484848. Windows color (decimal): -12959083 or 9781818. OLE color: 9781818.
HSL color Cylindrical-coordinate representation of color #3A4295: hue angle of 234.73º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A4295 is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 66 | 149 | - |
| CMYK | 0.61 | 0.56 | 0 | 0.42 |
| HSL | 234.73º | 0.44% | 0.41% | - |
| HSV(B) | 234.73º | 0.61% | 0.58% | - |
| XYZ | 9.12 | 6.97 | 29.3 | - |
| YUV | 73.07 | 170.85 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 66 | 149 | 0.61 | 0.56 | 0 | 0.42 | 234.73 | 0.44 | 0.41 |
| Hex | 3A | 42 | 95 | 3D | 38 | 0 | 2A | EB | 2C | 29 |
| Octal | 72 | 102 | 225 | 75 | 70 | 0 | 52 | 353 | 54 | 51 |
| Binary | 111010 | 1000010 | 10010101 | 111101 | 111000 | 0 | 101010 | 11101011 | 101100 | 101001 |
Color Harmonies of #3A4295
Complementary color
Monochromatic Colors of #3A4295
Black with #3A4295
Text Example
Text Example
White with #3A4295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4295; }
p { color: rgb(58,66,149); }
H1.HeaderClassName
{
color: #3A4295;
}
.AnyTagClassName
{
color: #3A4295;
}
</style>
background-color css
<style>
a { background-color: #3A4295; }
a { background-color: rgb(58,66,149); }
div.DivClassName
{
background-color: #3A4295;
}
.BgClassName
{
background-color: #3A4295;
}
</style>
border-color css
<style>
span { border-color: #3A4295; }
span { border-color: rgb(58,66,149); }
td.TdClassName
{
border-color: #3A4295;
}
.TagClassName
{
border-color: #3A4295;
}
</style>