Shades of Mariner #3A559A
Tints of Mariner #3A559A
RGB
CMYK
RGB Variations
Color information
#3A559A (or 0x3A559A) is known color: Mariner. HEX triplet: 3A, 55 and 9A. RGB value is (58,85,154). Sum of RGB (Red+Green+Blue) = 58+85+154=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 154 (60.55% from 255 or 51.85% from 297); Max value from RGB is 154 - color contains mainly: blue. Hex color #3A559A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A559A is #C5AA65. Grayscale: #545454. Windows color (decimal): -12954214 or 10114362. OLE color: 10114362.
HSL color Cylindrical-coordinate representation of color #3A559A: hue angle of 223.12º 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 #3A559A is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 58 | 85 | 154 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.40 |
| HSL | 223.13º | 0.45% | 0.42% | - |
| HSV(B) | 223.13º | 0.62% | 0.6% | - |
| XYZ | 10.83 | 9.73 | 31.88 | - |
| YUV | 84.79 | 167.05 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 85 | 154 | 0.62 | 0.45 | 0 | 0.40 | 223.13 | 0.45 | 0.42 |
| Hex | 3A | 55 | 9A | 3E | 2D | 0 | 28 | DF | 2D | 2A |
| Octal | 72 | 125 | 232 | 76 | 55 | 0 | 50 | 337 | 55 | 52 |
| Binary | 111010 | 1010101 | 10011010 | 111110 | 101101 | 0 | 101000 | 11011111 | 101101 | 101010 |
Color Harmonies of #3A559A
Complementary color
Monochromatic Colors of #3A559A
Black with #3A559A
Text Example
Text Example
White with #3A559A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A559A; }
p { color: rgb(58,85,154); }
H1.HeaderClassName
{
color: #3A559A;
}
.AnyTagClassName
{
color: #3A559A;
}
</style>
background-color css
<style>
a { background-color: #3A559A; }
a { background-color: rgb(58,85,154); }
div.DivClassName
{
background-color: #3A559A;
}
.BgClassName
{
background-color: #3A559A;
}
</style>
border-color css
<style>
span { border-color: #3A559A; }
span { border-color: rgb(58,85,154); }
td.TdClassName
{
border-color: #3A559A;
}
.TagClassName
{
border-color: #3A559A;
}
</style>