Shades of Mariner #3F56AC
Tints of Mariner #3F56AC
RGB
CMYK
RGB Variations
Color information
#3F56AC (or 0x3F56AC) is known color: Mariner. HEX triplet: 3F, 56 and AC. RGB value is (63,86,172). Sum of RGB (Red+Green+Blue) = 63+86+172=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F56AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F56AC is #C0A953. Grayscale: #585858. Windows color (decimal): -12626260 or 11294271. OLE color: 11294271.
HSL color Cylindrical-coordinate representation of color #3F56AC: hue angle of 227.34º 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 #3F56AC is Cyan = 0.63, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 86 | 172 | - |
| CMYK | 0.63 | 0.5 | 0 | 0.33 |
| HSL | 227.34º | 0.46% | 0.46% | - |
| HSV(B) | 227.34º | 0.63% | 0.67% | - |
| XYZ | 12.82 | 10.69 | 40.42 | - |
| YUV | 88.93 | 174.88 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 86 | 172 | 0.63 | 0.5 | 0 | 0.33 | 227.34 | 0.46 | 0.46 |
| Hex | 3F | 56 | AC | 3F | 32 | 0 | 21 | E3 | 2E | 2E |
| Octal | 77 | 126 | 254 | 77 | 62 | 0 | 41 | 343 | 56 | 56 |
| Binary | 111111 | 1010110 | 10101100 | 111111 | 110010 | 0 | 100001 | 11100011 | 101110 | 101110 |
Color Harmonies of #3F56AC
Complementary color
Monochromatic Colors of #3F56AC
Black with #3F56AC
Text Example
Text Example
White with #3F56AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F56AC; }
p { color: rgb(63,86,172); }
H1.HeaderClassName
{
color: #3F56AC;
}
.AnyTagClassName
{
color: #3F56AC;
}
</style>
background-color css
<style>
a { background-color: #3F56AC; }
a { background-color: rgb(63,86,172); }
div.DivClassName
{
background-color: #3F56AC;
}
.BgClassName
{
background-color: #3F56AC;
}
</style>
border-color css
<style>
span { border-color: #3F56AC; }
span { border-color: rgb(63,86,172); }
td.TdClassName
{
border-color: #3F56AC;
}
.TagClassName
{
border-color: #3F56AC;
}
</style>