Shades of Mariner #3A599D
Tints of Mariner #3A599D
RGB
CMYK
RGB Variations
Color information
#3A599D (or 0x3A599D) is known color: Mariner. HEX triplet: 3A, 59 and 9D. RGB value is (58,89,157). Sum of RGB (Red+Green+Blue) = 58+89+157=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 157 (61.72% from 255 or 51.64% from 304); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A599D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A599D is #C5A662. Grayscale: #575757. Windows color (decimal): -12953187 or 10311994. OLE color: 10311994.
HSL color Cylindrical-coordinate representation of color #3A599D: hue angle of 221.21º 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 #3A599D is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 89 | 157 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.38 |
| HSL | 221.21º | 0.46% | 0.42% | - |
| HSV(B) | 221.21º | 0.63% | 0.62% | - |
| XYZ | 11.4 | 10.48 | 33.32 | - |
| YUV | 87.48 | 167.23 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 89 | 157 | 0.63 | 0.43 | 0 | 0.38 | 221.21 | 0.46 | 0.42 |
| Hex | 3A | 59 | 9D | 3F | 2B | 0 | 26 | DD | 2E | 2A |
| Octal | 72 | 131 | 235 | 77 | 53 | 0 | 46 | 335 | 56 | 52 |
| Binary | 111010 | 1011001 | 10011101 | 111111 | 101011 | 0 | 100110 | 11011101 | 101110 | 101010 |
Color Harmonies of #3A599D
Complementary color
Monochromatic Colors of #3A599D
Black with #3A599D
Text Example
Text Example
White with #3A599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A599D; }
p { color: rgb(58,89,157); }
H1.HeaderClassName
{
color: #3A599D;
}
.AnyTagClassName
{
color: #3A599D;
}
</style>
background-color css
<style>
a { background-color: #3A599D; }
a { background-color: rgb(58,89,157); }
div.DivClassName
{
background-color: #3A599D;
}
.BgClassName
{
background-color: #3A599D;
}
</style>
border-color css
<style>
span { border-color: #3A599D; }
span { border-color: rgb(58,89,157); }
td.TdClassName
{
border-color: #3A599D;
}
.TagClassName
{
border-color: #3A599D;
}
</style>