Shades of Mariner #3A649E
Tints of Mariner #3A649E
RGB
CMYK
RGB Variations
Color information
#3A649E (or 0x3A649E) is known color: Mariner. HEX triplet: 3A, 64 and 9E. RGB value is (58,100,158). Sum of RGB (Red+Green+Blue) = 58+100+158=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A649E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A649E is #C59B61. Grayscale: #5D5D5D. Windows color (decimal): -12950370 or 10380346. OLE color: 10380346.
HSL color Cylindrical-coordinate representation of color #3A649E: hue angle of 214.8º 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 #3A649E is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 100 | 158 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.38 |
| HSL | 214.8º | 0.46% | 0.42% | - |
| HSV(B) | 214.8º | 0.63% | 0.62% | - |
| XYZ | 12.47 | 12.48 | 34.1 | - |
| YUV | 94.05 | 164.09 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 100 | 158 | 0.63 | 0.37 | 0 | 0.38 | 214.8 | 0.46 | 0.42 |
| Hex | 3A | 64 | 9E | 3F | 25 | 0 | 26 | D7 | 2E | 2A |
| Octal | 72 | 144 | 236 | 77 | 45 | 0 | 46 | 327 | 56 | 52 |
| Binary | 111010 | 1100100 | 10011110 | 111111 | 100101 | 0 | 100110 | 11010111 | 101110 | 101010 |
Color Harmonies of #3A649E
Complementary color
Monochromatic Colors of #3A649E
Black with #3A649E
Text Example
Text Example
White with #3A649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A649E; }
p { color: rgb(58,100,158); }
H1.HeaderClassName
{
color: #3A649E;
}
.AnyTagClassName
{
color: #3A649E;
}
</style>
background-color css
<style>
a { background-color: #3A649E; }
a { background-color: rgb(58,100,158); }
div.DivClassName
{
background-color: #3A649E;
}
.BgClassName
{
background-color: #3A649E;
}
</style>
border-color css
<style>
span { border-color: #3A649E; }
span { border-color: rgb(58,100,158); }
td.TdClassName
{
border-color: #3A649E;
}
.TagClassName
{
border-color: #3A649E;
}
</style>