Shades of Mariner #3F56AA
Tints of Mariner #3F56AA
RGB
CMYK
RGB Variations
Color information
#3F56AA (or 0x3F56AA) is known color: Mariner. HEX triplet: 3F, 56 and AA. RGB value is (63,86,170). Sum of RGB (Red+Green+Blue) = 63+86+170=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F56AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F56AA is #C0A955. Grayscale: #585858. Windows color (decimal): -12626262 or 11163199. OLE color: 11163199.
HSL color Cylindrical-coordinate representation of color #3F56AA: hue angle of 227.1º 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 #3F56AA is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 86 | 170 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.33 |
| HSL | 227.1º | 0.46% | 0.46% | - |
| HSV(B) | 227.1º | 0.63% | 0.67% | - |
| XYZ | 12.63 | 10.61 | 39.41 | - |
| YUV | 88.7 | 173.88 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 86 | 170 | 0.63 | 0.49 | 0 | 0.33 | 227.1 | 0.46 | 0.46 |
| Hex | 3F | 56 | AA | 3F | 31 | 0 | 21 | E3 | 2E | 2E |
| Octal | 77 | 126 | 252 | 77 | 61 | 0 | 41 | 343 | 56 | 56 |
| Binary | 111111 | 1010110 | 10101010 | 111111 | 110001 | 0 | 100001 | 11100011 | 101110 | 101110 |
Color Harmonies of #3F56AA
Complementary color
Monochromatic Colors of #3F56AA
Black with #3F56AA
Text Example
Text Example
White with #3F56AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F56AA; }
p { color: rgb(63,86,170); }
H1.HeaderClassName
{
color: #3F56AA;
}
.AnyTagClassName
{
color: #3F56AA;
}
</style>
background-color css
<style>
a { background-color: #3F56AA; }
a { background-color: rgb(63,86,170); }
div.DivClassName
{
background-color: #3F56AA;
}
.BgClassName
{
background-color: #3F56AA;
}
</style>
border-color css
<style>
span { border-color: #3F56AA; }
span { border-color: rgb(63,86,170); }
td.TdClassName
{
border-color: #3F56AA;
}
.TagClassName
{
border-color: #3F56AA;
}
</style>