Shades of Mariner #3F59AC
Tints of Mariner #3F59AC
RGB
CMYK
RGB Variations
Color information
#3F59AC (or 0x3F59AC) is known color: Mariner. HEX triplet: 3F, 59 and AC. RGB value is (63,89,172). Sum of RGB (Red+Green+Blue) = 63+89+172=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F59AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F59AC is #C0A653. Grayscale: #5A5A5A. Windows color (decimal): -12625492 or 11295039. OLE color: 11295039.
HSL color Cylindrical-coordinate representation of color #3F59AC: hue angle of 225.69º 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 #3F59AC is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 89 | 172 | - |
| CMYK | 0.63 | 0.48 | 0 | 0.33 |
| HSL | 225.69º | 0.46% | 0.46% | - |
| HSV(B) | 225.69º | 0.63% | 0.67% | - |
| XYZ | 13.07 | 11.18 | 40.5 | - |
| YUV | 90.69 | 173.89 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 89 | 172 | 0.63 | 0.48 | 0 | 0.33 | 225.69 | 0.46 | 0.46 |
| Hex | 3F | 59 | AC | 3F | 30 | 0 | 21 | E2 | 2E | 2E |
| Octal | 77 | 131 | 254 | 77 | 60 | 0 | 41 | 342 | 56 | 56 |
| Binary | 111111 | 1011001 | 10101100 | 111111 | 110000 | 0 | 100001 | 11100010 | 101110 | 101110 |
Color Harmonies of #3F59AC
Complementary color
Monochromatic Colors of #3F59AC
Black with #3F59AC
Text Example
Text Example
White with #3F59AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F59AC; }
p { color: rgb(63,89,172); }
H1.HeaderClassName
{
color: #3F59AC;
}
.AnyTagClassName
{
color: #3F59AC;
}
</style>
background-color css
<style>
a { background-color: #3F59AC; }
a { background-color: rgb(63,89,172); }
div.DivClassName
{
background-color: #3F59AC;
}
.BgClassName
{
background-color: #3F59AC;
}
</style>
border-color css
<style>
span { border-color: #3F59AC; }
span { border-color: rgb(63,89,172); }
td.TdClassName
{
border-color: #3F59AC;
}
.TagClassName
{
border-color: #3F59AC;
}
</style>