Shades of Mariner #3A679D
Tints of Mariner #3A679D
RGB
CMYK
RGB Variations
Color information
#3A679D (or 0x3A679D) is known color: Mariner. HEX triplet: 3A, 67 and 9D. RGB value is (58,103,157). Sum of RGB (Red+Green+Blue) = 58+103+157=318 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.24% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A679D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A679D is #C59862. Grayscale: #5F5F5F. Windows color (decimal): -12949603 or 10315578. OLE color: 10315578.
HSL color Cylindrical-coordinate representation of color #3A679D: hue angle of 212.73º 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 #3A679D is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 103 | 157 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.38 |
| HSL | 212.73º | 0.46% | 0.42% | - |
| HSV(B) | 212.73º | 0.63% | 0.62% | - |
| XYZ | 12.68 | 13.03 | 33.75 | - |
| YUV | 95.7 | 162.59 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 103 | 157 | 0.63 | 0.34 | 0 | 0.38 | 212.73 | 0.46 | 0.42 |
| Hex | 3A | 67 | 9D | 3F | 22 | 0 | 26 | D5 | 2E | 2A |
| Octal | 72 | 147 | 235 | 77 | 42 | 0 | 46 | 325 | 56 | 52 |
| Binary | 111010 | 1100111 | 10011101 | 111111 | 100010 | 0 | 100110 | 11010101 | 101110 | 101010 |
Color Harmonies of #3A679D
Complementary color
Monochromatic Colors of #3A679D
Black with #3A679D
Text Example
Text Example
White with #3A679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A679D; }
p { color: rgb(58,103,157); }
H1.HeaderClassName
{
color: #3A679D;
}
.AnyTagClassName
{
color: #3A679D;
}
</style>
background-color css
<style>
a { background-color: #3A679D; }
a { background-color: rgb(58,103,157); }
div.DivClassName
{
background-color: #3A679D;
}
.BgClassName
{
background-color: #3A679D;
}
</style>
border-color css
<style>
span { border-color: #3A679D; }
span { border-color: rgb(58,103,157); }
td.TdClassName
{
border-color: #3A679D;
}
.TagClassName
{
border-color: #3A679D;
}
</style>