Shades of Tory Blue #3A4B7F
Tints of Tory Blue #3A4B7F
RGB
CMYK
RGB Variations
Color information
#3A4B7F (or 0x3A4B7F) is known color: Tory Blue. HEX triplet: 3A, 4B and 7F. RGB value is (58,75,127). Sum of RGB (Red+Green+Blue) = 58+75+127=260 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.31% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 127 (50% from 255 or 48.85% from 260); Max value from RGB is 127 - color contains mainly: blue. Hex color #3A4B7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4B7F is #C5B480. Grayscale: #4B4B4B. Windows color (decimal): -12956801 or 8342330. OLE color: 8342330.
HSL color Cylindrical-coordinate representation of color #3A4B7F: hue angle of 225.22º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A4B7F is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 58 | 75 | 127 | - |
| CMYK | 0.54 | 0.41 | 0 | 0.50 |
| HSL | 225.22º | 0.37% | 0.36% | - |
| HSV(B) | 225.22º | 0.54% | 0.5% | - |
| XYZ | 8.09 | 7.46 | 21.09 | - |
| YUV | 75.85 | 156.87 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 75 | 127 | 0.54 | 0.41 | 0 | 0.50 | 225.22 | 0.37 | 0.36 |
| Hex | 3A | 4B | 7F | 36 | 29 | 0 | 32 | E1 | 25 | 24 |
| Octal | 72 | 113 | 177 | 66 | 51 | 0 | 62 | 341 | 45 | 44 |
| Binary | 111010 | 1001011 | 1111111 | 110110 | 101001 | 0 | 110010 | 11100001 | 100101 | 100100 |
Color Harmonies of #3A4B7F
Complementary color
Monochromatic Colors of #3A4B7F
Black with #3A4B7F
Text Example
Text Example
White with #3A4B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4B7F; }
p { color: rgb(58,75,127); }
H1.HeaderClassName
{
color: #3A4B7F;
}
.AnyTagClassName
{
color: #3A4B7F;
}
</style>
background-color css
<style>
a { background-color: #3A4B7F; }
a { background-color: rgb(58,75,127); }
div.DivClassName
{
background-color: #3A4B7F;
}
.BgClassName
{
background-color: #3A4B7F;
}
</style>
border-color css
<style>
span { border-color: #3A4B7F; }
span { border-color: rgb(58,75,127); }
td.TdClassName
{
border-color: #3A4B7F;
}
.TagClassName
{
border-color: #3A4B7F;
}
</style>