Shades of Mariner #3F5EAB
Tints of Mariner #3F5EAB
RGB
CMYK
RGB Variations
Color information
#3F5EAB (or 0x3F5EAB) is known color: Mariner. HEX triplet: 3F, 5E and AB. RGB value is (63,94,171). Sum of RGB (Red+Green+Blue) = 63+94+171=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F5EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5EAB is #C0A154. Grayscale: #5D5D5D. Windows color (decimal): -12624213 or 11230783. OLE color: 11230783.
HSL color Cylindrical-coordinate representation of color #3F5EAB: hue angle of 222.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 #3F5EAB is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 94 | 171 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.33 |
| HSL | 222.78º | 0.46% | 0.46% | - |
| HSV(B) | 222.78º | 0.63% | 0.67% | - |
| XYZ | 13.4 | 12 | 40.14 | - |
| YUV | 93.51 | 171.73 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 94 | 171 | 0.63 | 0.45 | 0 | 0.33 | 222.78 | 0.46 | 0.46 |
| Hex | 3F | 5E | AB | 3F | 2D | 0 | 21 | DF | 2E | 2E |
| Octal | 77 | 136 | 253 | 77 | 55 | 0 | 41 | 337 | 56 | 56 |
| Binary | 111111 | 1011110 | 10101011 | 111111 | 101101 | 0 | 100001 | 11011111 | 101110 | 101110 |
Color Harmonies of #3F5EAB
Complementary color
Monochromatic Colors of #3F5EAB
Black with #3F5EAB
Text Example
Text Example
White with #3F5EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5EAB; }
p { color: rgb(63,94,171); }
H1.HeaderClassName
{
color: #3F5EAB;
}
.AnyTagClassName
{
color: #3F5EAB;
}
</style>
background-color css
<style>
a { background-color: #3F5EAB; }
a { background-color: rgb(63,94,171); }
div.DivClassName
{
background-color: #3F5EAB;
}
.BgClassName
{
background-color: #3F5EAB;
}
</style>
border-color css
<style>
span { border-color: #3F5EAB; }
span { border-color: rgb(63,94,171); }
td.TdClassName
{
border-color: #3F5EAB;
}
.TagClassName
{
border-color: #3F5EAB;
}
</style>