Shades of Mariner #3F5E93
Tints of Mariner #3F5E93
RGB
CMYK
RGB Variations
Color information
#3F5E93 (or 0x3F5E93) is known color: Mariner. HEX triplet: 3F, 5E and 93. RGB value is (63,94,147). Sum of RGB (Red+Green+Blue) = 63+94+147=304 (40% of max value = 765). Red value is 63 (25% from 255 or 20.72% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F5E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5E93 is #C0A16C. Grayscale: #5A5A5A. Windows color (decimal): -12624237 or 9657919. OLE color: 9657919.
HSL color Cylindrical-coordinate representation of color #3F5E93: hue angle of 217.86º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F5E93 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 94 | 147 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.42 |
| HSL | 217.86º | 0.4% | 0.41% | - |
| HSV(B) | 217.86º | 0.57% | 0.58% | - |
| XYZ | 11.32 | 11.17 | 29.16 | - |
| YUV | 90.77 | 159.73 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 94 | 147 | 0.57 | 0.36 | 0 | 0.42 | 217.86 | 0.4 | 0.41 |
| Hex | 3F | 5E | 93 | 39 | 24 | 0 | 2A | DA | 28 | 29 |
| Octal | 77 | 136 | 223 | 71 | 44 | 0 | 52 | 332 | 50 | 51 |
| Binary | 111111 | 1011110 | 10010011 | 111001 | 100100 | 0 | 101010 | 11011010 | 101000 | 101001 |
Color Harmonies of #3F5E93
Complementary color
Monochromatic Colors of #3F5E93
Black with #3F5E93
Text Example
Text Example
White with #3F5E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5E93; }
p { color: rgb(63,94,147); }
H1.HeaderClassName
{
color: #3F5E93;
}
.AnyTagClassName
{
color: #3F5E93;
}
</style>
background-color css
<style>
a { background-color: #3F5E93; }
a { background-color: rgb(63,94,147); }
div.DivClassName
{
background-color: #3F5E93;
}
.BgClassName
{
background-color: #3F5E93;
}
</style>
border-color css
<style>
span { border-color: #3F5E93; }
span { border-color: rgb(63,94,147); }
td.TdClassName
{
border-color: #3F5E93;
}
.TagClassName
{
border-color: #3F5E93;
}
</style>