Shades of Mariner #3F6EAC
Tints of Mariner #3F6EAC
RGB
CMYK
RGB Variations
Color information
#3F6EAC (or 0x3F6EAC) is known color: Mariner. HEX triplet: 3F, 6E and AC. RGB value is (63,110,172). Sum of RGB (Red+Green+Blue) = 63+110+172=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 110 (43.36% from 255 or 31.88% 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 #3F6EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6EAC is #C09153. Grayscale: #666666. Windows color (decimal): -12620116 or 11300415. OLE color: 11300415.
HSL color Cylindrical-coordinate representation of color #3F6EAC: hue angle of 214.13º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F6EAC is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 110 | 172 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.33 |
| HSL | 214.13º | 0.46% | 0.46% | - |
| HSV(B) | 214.13º | 0.63% | 0.67% | - |
| XYZ | 15.07 | 15.19 | 41.17 | - |
| YUV | 103.02 | 166.93 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 110 | 172 | 0.63 | 0.36 | 0 | 0.33 | 214.13 | 0.46 | 0.46 |
| Hex | 3F | 6E | AC | 3F | 24 | 0 | 21 | D6 | 2E | 2E |
| Octal | 77 | 156 | 254 | 77 | 44 | 0 | 41 | 326 | 56 | 56 |
| Binary | 111111 | 1101110 | 10101100 | 111111 | 100100 | 0 | 100001 | 11010110 | 101110 | 101110 |
Color Harmonies of #3F6EAC
Complementary color
Monochromatic Colors of #3F6EAC
Black with #3F6EAC
Text Example
Text Example
White with #3F6EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6EAC; }
p { color: rgb(63,110,172); }
H1.HeaderClassName
{
color: #3F6EAC;
}
.AnyTagClassName
{
color: #3F6EAC;
}
</style>
background-color css
<style>
a { background-color: #3F6EAC; }
a { background-color: rgb(63,110,172); }
div.DivClassName
{
background-color: #3F6EAC;
}
.BgClassName
{
background-color: #3F6EAC;
}
</style>
border-color css
<style>
span { border-color: #3F6EAC; }
span { border-color: rgb(63,110,172); }
td.TdClassName
{
border-color: #3F6EAC;
}
.TagClassName
{
border-color: #3F6EAC;
}
</style>