Shades of Tory Blue #3A4A8A
Tints of Tory Blue #3A4A8A
RGB
CMYK
RGB Variations
Color information
#3A4A8A (or 0x3A4A8A) is known color: Tory Blue. HEX triplet: 3A, 4A and 8A. RGB value is (58,74,138). Sum of RGB (Red+Green+Blue) = 58+74+138=270 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.48% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 138 (54.30% from 255 or 51.11% from 270); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A4A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4A8A is #C5B575. Grayscale: #4C4C4C. Windows color (decimal): -12957046 or 9062970. OLE color: 9062970.
HSL color Cylindrical-coordinate representation of color #3A4A8A: hue angle of 228º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A4A8A is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 74 | 138 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.46 |
| HSL | 228º | 0.41% | 0.38% | - |
| HSV(B) | 228º | 0.58% | 0.54% | - |
| XYZ | 8.78 | 7.63 | 25.06 | - |
| YUV | 76.51 | 162.7 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 74 | 138 | 0.58 | 0.46 | 0 | 0.46 | 228 | 0.41 | 0.38 |
| Hex | 3A | 4A | 8A | 3A | 2E | 0 | 2E | E4 | 29 | 26 |
| Octal | 72 | 112 | 212 | 72 | 56 | 0 | 56 | 344 | 51 | 46 |
| Binary | 111010 | 1001010 | 10001010 | 111010 | 101110 | 0 | 101110 | 11100100 | 101001 | 100110 |
Color Harmonies of #3A4A8A
Complementary color
Monochromatic Colors of #3A4A8A
Black with #3A4A8A
Text Example
Text Example
White with #3A4A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4A8A; }
p { color: rgb(58,74,138); }
H1.HeaderClassName
{
color: #3A4A8A;
}
.AnyTagClassName
{
color: #3A4A8A;
}
</style>
background-color css
<style>
a { background-color: #3A4A8A; }
a { background-color: rgb(58,74,138); }
div.DivClassName
{
background-color: #3A4A8A;
}
.BgClassName
{
background-color: #3A4A8A;
}
</style>
border-color css
<style>
span { border-color: #3A4A8A; }
span { border-color: rgb(58,74,138); }
td.TdClassName
{
border-color: #3A4A8A;
}
.TagClassName
{
border-color: #3A4A8A;
}
</style>