Shades of Mariner #3A559F
Tints of Mariner #3A559F
RGB
CMYK
RGB Variations
Color information
#3A559F (or 0x3A559F) is known color: Mariner. HEX triplet: 3A, 55 and 9F. RGB value is (58,85,159). Sum of RGB (Red+Green+Blue) = 58+85+159=302 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.21% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #3A559F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A559F is #C5AA60. Grayscale: #555555. Windows color (decimal): -12954209 or 10442042. OLE color: 10442042.
HSL color Cylindrical-coordinate representation of color #3A559F: hue angle of 223.96º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A559F is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 85 | 159 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.38 |
| HSL | 223.96º | 0.47% | 0.43% | - |
| HSV(B) | 223.96º | 0.64% | 0.62% | - |
| XYZ | 11.25 | 9.9 | 34.12 | - |
| YUV | 85.36 | 169.55 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 85 | 159 | 0.64 | 0.47 | 0 | 0.38 | 223.96 | 0.47 | 0.43 |
| Hex | 3A | 55 | 9F | 40 | 2F | 0 | 26 | E0 | 2F | 2B |
| Octal | 72 | 125 | 237 | 100 | 57 | 0 | 46 | 340 | 57 | 53 |
| Binary | 111010 | 1010101 | 10011111 | 1000000 | 101111 | 0 | 100110 | 11100000 | 101111 | 101011 |
Color Harmonies of #3A559F
Complementary color
Monochromatic Colors of #3A559F
Black with #3A559F
Text Example
Text Example
White with #3A559F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A559F; }
p { color: rgb(58,85,159); }
H1.HeaderClassName
{
color: #3A559F;
}
.AnyTagClassName
{
color: #3A559F;
}
</style>
background-color css
<style>
a { background-color: #3A559F; }
a { background-color: rgb(58,85,159); }
div.DivClassName
{
background-color: #3A559F;
}
.BgClassName
{
background-color: #3A559F;
}
</style>
border-color css
<style>
span { border-color: #3A559F; }
span { border-color: rgb(58,85,159); }
td.TdClassName
{
border-color: #3A559F;
}
.TagClassName
{
border-color: #3A559F;
}
</style>