Shades of Mariner #3F5D8E
Tints of Mariner #3F5D8E
RGB
CMYK
RGB Variations
Color information
#3F5D8E (or 0x3F5D8E) is known color: Mariner. HEX triplet: 3F, 5D and 8E. RGB value is (63,93,142). Sum of RGB (Red+Green+Blue) = 63+93+142=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 142 - color contains mainly: blue. Hex color #3F5D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5D8E is #C0A271. Grayscale: #595959. Windows color (decimal): -12624498 or 9329983. OLE color: 9329983.
HSL color Cylindrical-coordinate representation of color #3F5D8E: hue angle of 217.22º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F5D8E is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 93 | 142 | - |
| CMYK | 0.56 | 0.35 | 0 | 0.44 |
| HSL | 217.22º | 0.39% | 0.4% | - |
| HSV(B) | 217.22º | 0.56% | 0.56% | - |
| XYZ | 10.85 | 10.84 | 27.11 | - |
| YUV | 89.62 | 157.56 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 93 | 142 | 0.56 | 0.35 | 0 | 0.44 | 217.22 | 0.39 | 0.4 |
| Hex | 3F | 5D | 8E | 38 | 23 | 0 | 2C | D9 | 27 | 28 |
| Octal | 77 | 135 | 216 | 70 | 43 | 0 | 54 | 331 | 47 | 50 |
| Binary | 111111 | 1011101 | 10001110 | 111000 | 100011 | 0 | 101100 | 11011001 | 100111 | 101000 |
Color Harmonies of #3F5D8E
Complementary color
Monochromatic Colors of #3F5D8E
Black with #3F5D8E
Text Example
Text Example
White with #3F5D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5D8E; }
p { color: rgb(63,93,142); }
H1.HeaderClassName
{
color: #3F5D8E;
}
.AnyTagClassName
{
color: #3F5D8E;
}
</style>
background-color css
<style>
a { background-color: #3F5D8E; }
a { background-color: rgb(63,93,142); }
div.DivClassName
{
background-color: #3F5D8E;
}
.BgClassName
{
background-color: #3F5D8E;
}
</style>
border-color css
<style>
span { border-color: #3F5D8E; }
span { border-color: rgb(63,93,142); }
td.TdClassName
{
border-color: #3F5D8E;
}
.TagClassName
{
border-color: #3F5D8E;
}
</style>