Shades of Mariner #3F5992
Tints of Mariner #3F5992
RGB
CMYK
RGB Variations
Color information
#3F5992 (or 0x3F5992) is known color: Mariner. HEX triplet: 3F, 59 and 92. RGB value is (63,89,146). Sum of RGB (Red+Green+Blue) = 63+89+146=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #3F5992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5992 is #C0A66D. Grayscale: #575757. Windows color (decimal): -12625518 or 9591103. OLE color: 9591103.
HSL color Cylindrical-coordinate representation of color #3F5992: hue angle of 221.2º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F5992 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 63 | 89 | 146 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.43 |
| HSL | 221.2º | 0.4% | 0.41% | - |
| HSV(B) | 221.2º | 0.57% | 0.57% | - |
| XYZ | 10.81 | 10.28 | 28.61 | - |
| YUV | 87.72 | 160.89 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 89 | 146 | 0.57 | 0.39 | 0 | 0.43 | 221.2 | 0.4 | 0.41 |
| Hex | 3F | 59 | 92 | 39 | 27 | 0 | 2B | DD | 28 | 29 |
| Octal | 77 | 131 | 222 | 71 | 47 | 0 | 53 | 335 | 50 | 51 |
| Binary | 111111 | 1011001 | 10010010 | 111001 | 100111 | 0 | 101011 | 11011101 | 101000 | 101001 |
Color Harmonies of #3F5992
Complementary color
Monochromatic Colors of #3F5992
Black with #3F5992
Text Example
Text Example
White with #3F5992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5992; }
p { color: rgb(63,89,146); }
H1.HeaderClassName
{
color: #3F5992;
}
.AnyTagClassName
{
color: #3F5992;
}
</style>
background-color css
<style>
a { background-color: #3F5992; }
a { background-color: rgb(63,89,146); }
div.DivClassName
{
background-color: #3F5992;
}
.BgClassName
{
background-color: #3F5992;
}
</style>
border-color css
<style>
span { border-color: #3F5992; }
span { border-color: rgb(63,89,146); }
td.TdClassName
{
border-color: #3F5992;
}
.TagClassName
{
border-color: #3F5992;
}
</style>