Shades of Tory Blue #3A4397
Tints of Tory Blue #3A4397
RGB
CMYK
RGB Variations
Color information
#3A4397 (or 0x3A4397) is known color: Tory Blue. HEX triplet: 3A, 43 and 97. RGB value is (58,67,151). Sum of RGB (Red+Green+Blue) = 58+67+151=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 151 (59.38% from 255 or 54.71% from 276); Max value from RGB is 151 - color contains mainly: blue. Hex color #3A4397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4397 is #C5BC68. Grayscale: #494949. Windows color (decimal): -12958825 or 9913146. OLE color: 9913146.
HSL color Cylindrical-coordinate representation of color #3A4397: hue angle of 234.19º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A4397 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 58 | 67 | 151 | - |
| CMYK | 0.62 | 0.56 | 0 | 0.41 |
| HSL | 234.19º | 0.44% | 0.41% | - |
| HSV(B) | 234.19º | 0.62% | 0.59% | - |
| XYZ | 9.34 | 7.15 | 30.17 | - |
| YUV | 73.89 | 171.52 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 67 | 151 | 0.62 | 0.56 | 0 | 0.41 | 234.19 | 0.44 | 0.41 |
| Hex | 3A | 43 | 97 | 3E | 38 | 0 | 29 | EA | 2C | 29 |
| Octal | 72 | 103 | 227 | 76 | 70 | 0 | 51 | 352 | 54 | 51 |
| Binary | 111010 | 1000011 | 10010111 | 111110 | 111000 | 0 | 101001 | 11101010 | 101100 | 101001 |
Color Harmonies of #3A4397
Complementary color
Monochromatic Colors of #3A4397
Black with #3A4397
Text Example
Text Example
White with #3A4397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4397; }
p { color: rgb(58,67,151); }
H1.HeaderClassName
{
color: #3A4397;
}
.AnyTagClassName
{
color: #3A4397;
}
</style>
background-color css
<style>
a { background-color: #3A4397; }
a { background-color: rgb(58,67,151); }
div.DivClassName
{
background-color: #3A4397;
}
.BgClassName
{
background-color: #3A4397;
}
</style>
border-color css
<style>
span { border-color: #3A4397; }
span { border-color: rgb(58,67,151); }
td.TdClassName
{
border-color: #3A4397;
}
.TagClassName
{
border-color: #3A4397;
}
</style>