Shades of Tory Blue #3A529A
Tints of Tory Blue #3A529A
RGB
CMYK
RGB Variations
Color information
#3A529A (or 0x3A529A) is known color: Tory Blue. HEX triplet: 3A, 52 and 9A. RGB value is (58,82,154). Sum of RGB (Red+Green+Blue) = 58+82+154=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 154 (60.55% from 255 or 52.38% from 294); Max value from RGB is 154 - color contains mainly: blue. Hex color #3A529A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A529A is #C5AD65. Grayscale: #525252. Windows color (decimal): -12954982 or 10113594. OLE color: 10113594.
HSL color Cylindrical-coordinate representation of color #3A529A: hue angle of 225º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A529A is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 58 | 82 | 154 | - |
| CMYK | 0.62 | 0.47 | 0 | 0.40 |
| HSL | 225º | 0.45% | 0.42% | - |
| HSV(B) | 225º | 0.62% | 0.6% | - |
| XYZ | 10.59 | 9.27 | 31.8 | - |
| YUV | 83.03 | 168.05 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 82 | 154 | 0.62 | 0.47 | 0 | 0.40 | 225 | 0.45 | 0.42 |
| Hex | 3A | 52 | 9A | 3E | 2F | 0 | 28 | E1 | 2D | 2A |
| Octal | 72 | 122 | 232 | 76 | 57 | 0 | 50 | 341 | 55 | 52 |
| Binary | 111010 | 1010010 | 10011010 | 111110 | 101111 | 0 | 101000 | 11100001 | 101101 | 101010 |
Color Harmonies of #3A529A
Complementary color
Monochromatic Colors of #3A529A
Black with #3A529A
Text Example
Text Example
White with #3A529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A529A; }
p { color: rgb(58,82,154); }
H1.HeaderClassName
{
color: #3A529A;
}
.AnyTagClassName
{
color: #3A529A;
}
</style>
background-color css
<style>
a { background-color: #3A529A; }
a { background-color: rgb(58,82,154); }
div.DivClassName
{
background-color: #3A529A;
}
.BgClassName
{
background-color: #3A529A;
}
</style>
border-color css
<style>
span { border-color: #3A529A; }
span { border-color: rgb(58,82,154); }
td.TdClassName
{
border-color: #3A529A;
}
.TagClassName
{
border-color: #3A529A;
}
</style>