Shades of Tory Blue #3A528A
Tints of Tory Blue #3A528A
RGB
CMYK
RGB Variations
Color information
#3A528A (or 0x3A528A) is known color: Tory Blue. HEX triplet: 3A, 52 and 8A. RGB value is (58,82,138). Sum of RGB (Red+Green+Blue) = 58+82+138=278 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.86% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A528A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A528A is #C5AD75. Grayscale: #505050. Windows color (decimal): -12954998 or 9065018. OLE color: 9065018.
HSL color Cylindrical-coordinate representation of color #3A528A: hue angle of 222º 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 #3A528A is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 82 | 138 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.46 |
| HSL | 222º | 0.41% | 0.38% | - |
| HSV(B) | 222º | 0.58% | 0.54% | - |
| XYZ | 9.35 | 8.77 | 25.24 | - |
| YUV | 81.21 | 160.05 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 82 | 138 | 0.58 | 0.41 | 0 | 0.46 | 222 | 0.41 | 0.38 |
| Hex | 3A | 52 | 8A | 3A | 29 | 0 | 2E | DE | 29 | 26 |
| Octal | 72 | 122 | 212 | 72 | 51 | 0 | 56 | 336 | 51 | 46 |
| Binary | 111010 | 1010010 | 10001010 | 111010 | 101001 | 0 | 101110 | 11011110 | 101001 | 100110 |
Color Harmonies of #3A528A
Complementary color
Monochromatic Colors of #3A528A
Black with #3A528A
Text Example
Text Example
White with #3A528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A528A; }
p { color: rgb(58,82,138); }
H1.HeaderClassName
{
color: #3A528A;
}
.AnyTagClassName
{
color: #3A528A;
}
</style>
background-color css
<style>
a { background-color: #3A528A; }
a { background-color: rgb(58,82,138); }
div.DivClassName
{
background-color: #3A528A;
}
.BgClassName
{
background-color: #3A528A;
}
</style>
border-color css
<style>
span { border-color: #3A528A; }
span { border-color: rgb(58,82,138); }
td.TdClassName
{
border-color: #3A528A;
}
.TagClassName
{
border-color: #3A528A;
}
</style>