Shades of Mariner #3E6FAC
Tints of Mariner #3E6FAC
RGB
CMYK
RGB Variations
Color information
#3E6FAC (or 0x3E6FAC) is known color: Mariner. HEX triplet: 3E, 6F and AC. RGB value is (62,111,172). Sum of RGB (Red+Green+Blue) = 62+111+172=345 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.97% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #3E6FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E6FAC is #C19053. Grayscale: #676767. Windows color (decimal): -12685396 or 11300670. OLE color: 11300670.
HSL color Cylindrical-coordinate representation of color #3E6FAC: hue angle of 213.27º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E6FAC is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 111 | 172 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.33 |
| HSL | 213.27º | 0.47% | 0.46% | - |
| HSV(B) | 213.27º | 0.64% | 0.67% | - |
| XYZ | 15.12 | 15.37 | 41.2 | - |
| YUV | 103.3 | 166.77 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 111 | 172 | 0.64 | 0.35 | 0 | 0.33 | 213.27 | 0.47 | 0.46 |
| Hex | 3E | 6F | AC | 40 | 23 | 0 | 21 | D5 | 2F | 2E |
| Octal | 76 | 157 | 254 | 100 | 43 | 0 | 41 | 325 | 57 | 56 |
| Binary | 111110 | 1101111 | 10101100 | 1000000 | 100011 | 0 | 100001 | 11010101 | 101111 | 101110 |
Color Harmonies of #3E6FAC
Complementary color
Monochromatic Colors of #3E6FAC
Black with #3E6FAC
Text Example
Text Example
White with #3E6FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6FAC; }
p { color: rgb(62,111,172); }
H1.HeaderClassName
{
color: #3E6FAC;
}
.AnyTagClassName
{
color: #3E6FAC;
}
</style>
background-color css
<style>
a { background-color: #3E6FAC; }
a { background-color: rgb(62,111,172); }
div.DivClassName
{
background-color: #3E6FAC;
}
.BgClassName
{
background-color: #3E6FAC;
}
</style>
border-color css
<style>
span { border-color: #3E6FAC; }
span { border-color: rgb(62,111,172); }
td.TdClassName
{
border-color: #3E6FAC;
}
.TagClassName
{
border-color: #3E6FAC;
}
</style>