Shades of Mariner #3F56AB
Tints of Mariner #3F56AB
RGB
CMYK
RGB Variations
Color information
#3F56AB (or 0x3F56AB) is known color: Mariner. HEX triplet: 3F, 56 and AB. RGB value is (63,86,171). Sum of RGB (Red+Green+Blue) = 63+86+171=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F56AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F56AB is #C0A954. Grayscale: #585858. Windows color (decimal): -12626261 or 11228735. OLE color: 11228735.
HSL color Cylindrical-coordinate representation of color #3F56AB: hue angle of 227.22º 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 #3F56AB is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 86 | 171 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.33 |
| HSL | 227.22º | 0.46% | 0.46% | - |
| HSV(B) | 227.22º | 0.63% | 0.67% | - |
| XYZ | 12.73 | 10.65 | 39.91 | - |
| YUV | 88.81 | 174.38 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 86 | 171 | 0.63 | 0.50 | 0 | 0.33 | 227.22 | 0.46 | 0.46 |
| Hex | 3F | 56 | AB | 3F | 32 | 0 | 21 | E3 | 2E | 2E |
| Octal | 77 | 126 | 253 | 77 | 62 | 0 | 41 | 343 | 56 | 56 |
| Binary | 111111 | 1010110 | 10101011 | 111111 | 110010 | 0 | 100001 | 11100011 | 101110 | 101110 |
Color Harmonies of #3F56AB
Complementary color
Monochromatic Colors of #3F56AB
Black with #3F56AB
Text Example
Text Example
White with #3F56AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F56AB; }
p { color: rgb(63,86,171); }
H1.HeaderClassName
{
color: #3F56AB;
}
.AnyTagClassName
{
color: #3F56AB;
}
</style>
background-color css
<style>
a { background-color: #3F56AB; }
a { background-color: rgb(63,86,171); }
div.DivClassName
{
background-color: #3F56AB;
}
.BgClassName
{
background-color: #3F56AB;
}
</style>
border-color css
<style>
span { border-color: #3F56AB; }
span { border-color: rgb(63,86,171); }
td.TdClassName
{
border-color: #3F56AB;
}
.TagClassName
{
border-color: #3F56AB;
}
</style>