Shades of Mariner #3A579D
Tints of Mariner #3A579D
RGB
CMYK
RGB Variations
Color information
#3A579D (or 0x3A579D) is known color: Mariner. HEX triplet: 3A, 57 and 9D. RGB value is (58,87,157). Sum of RGB (Red+Green+Blue) = 58+87+157=302 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.21% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A579D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A579D is #C5A862. Grayscale: #555555. Windows color (decimal): -12953699 or 10311482. OLE color: 10311482.
HSL color Cylindrical-coordinate representation of color #3A579D: hue angle of 222.42º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A579D is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 87 | 157 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.38 |
| HSL | 222.42º | 0.46% | 0.42% | - |
| HSV(B) | 222.42º | 0.63% | 0.62% | - |
| XYZ | 11.24 | 10.15 | 33.27 | - |
| YUV | 86.31 | 167.89 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 87 | 157 | 0.63 | 0.45 | 0 | 0.38 | 222.42 | 0.46 | 0.42 |
| Hex | 3A | 57 | 9D | 3F | 2D | 0 | 26 | DE | 2E | 2A |
| Octal | 72 | 127 | 235 | 77 | 55 | 0 | 46 | 336 | 56 | 52 |
| Binary | 111010 | 1010111 | 10011101 | 111111 | 101101 | 0 | 100110 | 11011110 | 101110 | 101010 |
Color Harmonies of #3A579D
Complementary color
Monochromatic Colors of #3A579D
Black with #3A579D
Text Example
Text Example
White with #3A579D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A579D; }
p { color: rgb(58,87,157); }
H1.HeaderClassName
{
color: #3A579D;
}
.AnyTagClassName
{
color: #3A579D;
}
</style>
background-color css
<style>
a { background-color: #3A579D; }
a { background-color: rgb(58,87,157); }
div.DivClassName
{
background-color: #3A579D;
}
.BgClassName
{
background-color: #3A579D;
}
</style>
border-color css
<style>
span { border-color: #3A579D; }
span { border-color: rgb(58,87,157); }
td.TdClassName
{
border-color: #3A579D;
}
.TagClassName
{
border-color: #3A579D;
}
</style>