Shades of Mariner #3A689E
Tints of Mariner #3A689E
RGB
CMYK
RGB Variations
Color information
#3A689E (or 0x3A689E) is known color: Mariner. HEX triplet: 3A, 68 and 9E. RGB value is (58,104,158). Sum of RGB (Red+Green+Blue) = 58+104+158=320 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.12% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 158 (62.11% from 255 or 49.38% from 320); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A689E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A689E is #C59761. Grayscale: #606060. Windows color (decimal): -12949346 or 10381370. OLE color: 10381370.
HSL color Cylindrical-coordinate representation of color #3A689E: hue angle of 212.4º 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 #3A689E is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 104 | 158 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.38 |
| HSL | 212.4º | 0.46% | 0.42% | - |
| HSV(B) | 212.4º | 0.63% | 0.62% | - |
| XYZ | 12.87 | 13.27 | 34.23 | - |
| YUV | 96.4 | 162.76 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 104 | 158 | 0.63 | 0.34 | 0 | 0.38 | 212.4 | 0.46 | 0.42 |
| Hex | 3A | 68 | 9E | 3F | 22 | 0 | 26 | D4 | 2E | 2A |
| Octal | 72 | 150 | 236 | 77 | 42 | 0 | 46 | 324 | 56 | 52 |
| Binary | 111010 | 1101000 | 10011110 | 111111 | 100010 | 0 | 100110 | 11010100 | 101110 | 101010 |
Color Harmonies of #3A689E
Complementary color
Monochromatic Colors of #3A689E
Black with #3A689E
Text Example
Text Example
White with #3A689E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A689E; }
p { color: rgb(58,104,158); }
H1.HeaderClassName
{
color: #3A689E;
}
.AnyTagClassName
{
color: #3A689E;
}
</style>
background-color css
<style>
a { background-color: #3A689E; }
a { background-color: rgb(58,104,158); }
div.DivClassName
{
background-color: #3A689E;
}
.BgClassName
{
background-color: #3A689E;
}
</style>
border-color css
<style>
span { border-color: #3A689E; }
span { border-color: rgb(58,104,158); }
td.TdClassName
{
border-color: #3A689E;
}
.TagClassName
{
border-color: #3A689E;
}
</style>