Shades of Mariner #3F5E90
Tints of Mariner #3F5E90
RGB
CMYK
RGB Variations
Color information
#3F5E90 (or 0x3F5E90) is known color: Mariner. HEX triplet: 3F, 5E and 90. RGB value is (63,94,144). Sum of RGB (Red+Green+Blue) = 63+94+144=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #3F5E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5E90 is #C0A16F. Grayscale: #5A5A5A. Windows color (decimal): -12624240 or 9461311. OLE color: 9461311.
HSL color Cylindrical-coordinate representation of color #3F5E90: hue angle of 217.04º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F5E90 is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 94 | 144 | - |
| CMYK | 0.56 | 0.35 | 0 | 0.44 |
| HSL | 217.04º | 0.39% | 0.41% | - |
| HSV(B) | 217.04º | 0.56% | 0.56% | - |
| XYZ | 11.09 | 11.08 | 27.94 | - |
| YUV | 90.43 | 158.23 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 94 | 144 | 0.56 | 0.35 | 0 | 0.44 | 217.04 | 0.39 | 0.41 |
| Hex | 3F | 5E | 90 | 38 | 23 | 0 | 2C | D9 | 27 | 29 |
| Octal | 77 | 136 | 220 | 70 | 43 | 0 | 54 | 331 | 47 | 51 |
| Binary | 111111 | 1011110 | 10010000 | 111000 | 100011 | 0 | 101100 | 11011001 | 100111 | 101001 |
Color Harmonies of #3F5E90
Complementary color
Monochromatic Colors of #3F5E90
Black with #3F5E90
Text Example
Text Example
White with #3F5E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5E90; }
p { color: rgb(63,94,144); }
H1.HeaderClassName
{
color: #3F5E90;
}
.AnyTagClassName
{
color: #3F5E90;
}
</style>
background-color css
<style>
a { background-color: #3F5E90; }
a { background-color: rgb(63,94,144); }
div.DivClassName
{
background-color: #3F5E90;
}
.BgClassName
{
background-color: #3F5E90;
}
</style>
border-color css
<style>
span { border-color: #3F5E90; }
span { border-color: rgb(63,94,144); }
td.TdClassName
{
border-color: #3F5E90;
}
.TagClassName
{
border-color: #3F5E90;
}
</style>