Shades of Mariner #3E679C
Tints of Mariner #3E679C
RGB
CMYK
RGB Variations
Color information
#3E679C (or 0x3E679C) is known color: Mariner. HEX triplet: 3E, 67 and 9C. RGB value is (62,103,156). Sum of RGB (Red+Green+Blue) = 62+103+156=321 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.31% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #3E679C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E679C is #C19863. Grayscale: #606060. Windows color (decimal): -12687460 or 10250046. OLE color: 10250046.
HSL color Cylindrical-coordinate representation of color #3E679C: hue angle of 213.83º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E679C is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 62 | 103 | 156 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.39 |
| HSL | 213.83º | 0.43% | 0.43% | - |
| HSV(B) | 213.83º | 0.6% | 0.61% | - |
| XYZ | 12.84 | 13.12 | 33.31 | - |
| YUV | 96.78 | 161.42 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 103 | 156 | 0.60 | 0.34 | 0 | 0.39 | 213.83 | 0.43 | 0.43 |
| Hex | 3E | 67 | 9C | 3C | 22 | 0 | 27 | D6 | 2B | 2B |
| Octal | 76 | 147 | 234 | 74 | 42 | 0 | 47 | 326 | 53 | 53 |
| Binary | 111110 | 1100111 | 10011100 | 111100 | 100010 | 0 | 100111 | 11010110 | 101011 | 101011 |
Color Harmonies of #3E679C
Complementary color
Monochromatic Colors of #3E679C
Black with #3E679C
Text Example
Text Example
White with #3E679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E679C; }
p { color: rgb(62,103,156); }
H1.HeaderClassName
{
color: #3E679C;
}
.AnyTagClassName
{
color: #3E679C;
}
</style>
background-color css
<style>
a { background-color: #3E679C; }
a { background-color: rgb(62,103,156); }
div.DivClassName
{
background-color: #3E679C;
}
.BgClassName
{
background-color: #3E679C;
}
</style>
border-color css
<style>
span { border-color: #3E679C; }
span { border-color: rgb(62,103,156); }
td.TdClassName
{
border-color: #3E679C;
}
.TagClassName
{
border-color: #3E679C;
}
</style>