Shades of Mariner #3F55AB
Tints of Mariner #3F55AB
RGB
CMYK
RGB Variations
Color information
#3F55AB (or 0x3F55AB) is known color: Mariner. HEX triplet: 3F, 55 and AB. RGB value is (63,85,171). Sum of RGB (Red+Green+Blue) = 63+85+171=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F55AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F55AB is #C0AA54. Grayscale: #575757. Windows color (decimal): -12626517 or 11228479. OLE color: 11228479.
HSL color Cylindrical-coordinate representation of color #3F55AB: hue angle of 227.78º 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 #3F55AB is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 85 | 171 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.33 |
| HSL | 227.78º | 0.46% | 0.46% | - |
| HSV(B) | 227.78º | 0.63% | 0.67% | - |
| XYZ | 12.65 | 10.49 | 39.89 | - |
| YUV | 88.23 | 174.71 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 85 | 171 | 0.63 | 0.50 | 0 | 0.33 | 227.78 | 0.46 | 0.46 |
| Hex | 3F | 55 | AB | 3F | 32 | 0 | 21 | E4 | 2E | 2E |
| Octal | 77 | 125 | 253 | 77 | 62 | 0 | 41 | 344 | 56 | 56 |
| Binary | 111111 | 1010101 | 10101011 | 111111 | 110010 | 0 | 100001 | 11100100 | 101110 | 101110 |
Color Harmonies of #3F55AB
Complementary color
Monochromatic Colors of #3F55AB
Black with #3F55AB
Text Example
Text Example
White with #3F55AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F55AB; }
p { color: rgb(63,85,171); }
H1.HeaderClassName
{
color: #3F55AB;
}
.AnyTagClassName
{
color: #3F55AB;
}
</style>
background-color css
<style>
a { background-color: #3F55AB; }
a { background-color: rgb(63,85,171); }
div.DivClassName
{
background-color: #3F55AB;
}
.BgClassName
{
background-color: #3F55AB;
}
</style>
border-color css
<style>
span { border-color: #3F55AB; }
span { border-color: rgb(63,85,171); }
td.TdClassName
{
border-color: #3F55AB;
}
.TagClassName
{
border-color: #3F55AB;
}
</style>