Shades of Tory Blue #3A588B
Tints of Tory Blue #3A588B
RGB
CMYK
RGB Variations
Color information
#3A588B (or 0x3A588B) is known color: Tory Blue. HEX triplet: 3A, 58 and 8B. RGB value is (58,88,139). Sum of RGB (Red+Green+Blue) = 58+88+139=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A588B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A588B is #C5A774. Grayscale: #545454. Windows color (decimal): -12953461 or 9132090. OLE color: 9132090.
HSL color Cylindrical-coordinate representation of color #3A588B: hue angle of 217.78º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A588B is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 88 | 139 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.45 |
| HSL | 217.78º | 0.41% | 0.39% | - |
| HSV(B) | 217.78º | 0.58% | 0.55% | - |
| XYZ | 9.89 | 9.74 | 25.79 | - |
| YUV | 84.84 | 158.56 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 88 | 139 | 0.58 | 0.37 | 0 | 0.45 | 217.78 | 0.41 | 0.39 |
| Hex | 3A | 58 | 8B | 3A | 25 | 0 | 2D | DA | 29 | 27 |
| Octal | 72 | 130 | 213 | 72 | 45 | 0 | 55 | 332 | 51 | 47 |
| Binary | 111010 | 1011000 | 10001011 | 111010 | 100101 | 0 | 101101 | 11011010 | 101001 | 100111 |
Color Harmonies of #3A588B
Complementary color
Monochromatic Colors of #3A588B
Black with #3A588B
Text Example
Text Example
White with #3A588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A588B; }
p { color: rgb(58,88,139); }
H1.HeaderClassName
{
color: #3A588B;
}
.AnyTagClassName
{
color: #3A588B;
}
</style>
background-color css
<style>
a { background-color: #3A588B; }
a { background-color: rgb(58,88,139); }
div.DivClassName
{
background-color: #3A588B;
}
.BgClassName
{
background-color: #3A588B;
}
</style>
border-color css
<style>
span { border-color: #3A588B; }
span { border-color: rgb(58,88,139); }
td.TdClassName
{
border-color: #3A588B;
}
.TagClassName
{
border-color: #3A588B;
}
</style>