Shades of Mariner #3A639E
Tints of Mariner #3A639E
RGB
CMYK
RGB Variations
Color information
#3A639E (or 0x3A639E) is known color: Mariner. HEX triplet: 3A, 63 and 9E. RGB value is (58,99,158). Sum of RGB (Red+Green+Blue) = 58+99+158=315 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.41% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A639E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A639E is #C59C61. Grayscale: #5D5D5D. Windows color (decimal): -12950626 or 10380090. OLE color: 10380090.
HSL color Cylindrical-coordinate representation of color #3A639E: hue angle of 215.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 #3A639E is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 99 | 158 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.38 |
| HSL | 215.4º | 0.46% | 0.42% | - |
| HSV(B) | 215.4º | 0.63% | 0.62% | - |
| XYZ | 12.38 | 12.29 | 34.07 | - |
| YUV | 93.47 | 164.42 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 99 | 158 | 0.63 | 0.37 | 0 | 0.38 | 215.4 | 0.46 | 0.42 |
| Hex | 3A | 63 | 9E | 3F | 25 | 0 | 26 | D7 | 2E | 2A |
| Octal | 72 | 143 | 236 | 77 | 45 | 0 | 46 | 327 | 56 | 52 |
| Binary | 111010 | 1100011 | 10011110 | 111111 | 100101 | 0 | 100110 | 11010111 | 101110 | 101010 |
Color Harmonies of #3A639E
Complementary color
Monochromatic Colors of #3A639E
Black with #3A639E
Text Example
Text Example
White with #3A639E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A639E; }
p { color: rgb(58,99,158); }
H1.HeaderClassName
{
color: #3A639E;
}
.AnyTagClassName
{
color: #3A639E;
}
</style>
background-color css
<style>
a { background-color: #3A639E; }
a { background-color: rgb(58,99,158); }
div.DivClassName
{
background-color: #3A639E;
}
.BgClassName
{
background-color: #3A639E;
}
</style>
border-color css
<style>
span { border-color: #3A639E; }
span { border-color: rgb(58,99,158); }
td.TdClassName
{
border-color: #3A639E;
}
.TagClassName
{
border-color: #3A639E;
}
</style>