Shades of Mariner #3F6DAB
Tints of Mariner #3F6DAB
RGB
CMYK
RGB Variations
Color information
#3F6DAB (or 0x3F6DAB) is known color: Mariner. HEX triplet: 3F, 6D and AB. RGB value is (63,109,171). Sum of RGB (Red+Green+Blue) = 63+109+171=343 (45% of max value = 765). Red value is 63 (25% from 255 or 18.37% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F6DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6DAB is #C09254. Grayscale: #666666. Windows color (decimal): -12620373 or 11234623. OLE color: 11234623.
HSL color Cylindrical-coordinate representation of color #3F6DAB: hue angle of 214.44º 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 #3F6DAB is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 109 | 171 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.33 |
| HSL | 214.44º | 0.46% | 0.46% | - |
| HSV(B) | 214.44º | 0.63% | 0.67% | - |
| XYZ | 14.87 | 14.93 | 40.63 | - |
| YUV | 102.31 | 166.76 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 109 | 171 | 0.63 | 0.36 | 0 | 0.33 | 214.44 | 0.46 | 0.46 |
| Hex | 3F | 6D | AB | 3F | 24 | 0 | 21 | D6 | 2E | 2E |
| Octal | 77 | 155 | 253 | 77 | 44 | 0 | 41 | 326 | 56 | 56 |
| Binary | 111111 | 1101101 | 10101011 | 111111 | 100100 | 0 | 100001 | 11010110 | 101110 | 101110 |
Color Harmonies of #3F6DAB
Complementary color
Monochromatic Colors of #3F6DAB
Black with #3F6DAB
Text Example
Text Example
White with #3F6DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6DAB; }
p { color: rgb(63,109,171); }
H1.HeaderClassName
{
color: #3F6DAB;
}
.AnyTagClassName
{
color: #3F6DAB;
}
</style>
background-color css
<style>
a { background-color: #3F6DAB; }
a { background-color: rgb(63,109,171); }
div.DivClassName
{
background-color: #3F6DAB;
}
.BgClassName
{
background-color: #3F6DAB;
}
</style>
border-color css
<style>
span { border-color: #3F6DAB; }
span { border-color: rgb(63,109,171); }
td.TdClassName
{
border-color: #3F6DAB;
}
.TagClassName
{
border-color: #3F6DAB;
}
</style>