Shades of Mariner #3F619E
Tints of Mariner #3F619E
RGB
CMYK
RGB Variations
Color information
#3F619E (or 0x3F619E) is known color: Mariner. HEX triplet: 3F, 61 and 9E. RGB value is (63,97,158). Sum of RGB (Red+Green+Blue) = 63+97+158=318 (42% of max value = 765). Red value is 63 (25% from 255 or 19.81% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 158 (62.11% from 255 or 49.69% from 318); Max value from RGB is 158 - color contains mainly: blue. Hex color #3F619E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F619E is #C09E61. Grayscale: #5D5D5D. Windows color (decimal): -12623458 or 10379583. OLE color: 10379583.
HSL color Cylindrical-coordinate representation of color #3F619E: hue angle of 218.53º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F619E is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 97 | 158 | - |
| CMYK | 0.60 | 0.39 | 0 | 0.38 |
| HSL | 218.53º | 0.43% | 0.43% | - |
| HSV(B) | 218.53º | 0.6% | 0.62% | - |
| XYZ | 12.5 | 12.07 | 34.02 | - |
| YUV | 93.79 | 164.24 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 97 | 158 | 0.60 | 0.39 | 0 | 0.38 | 218.53 | 0.43 | 0.43 |
| Hex | 3F | 61 | 9E | 3C | 27 | 0 | 26 | DB | 2B | 2B |
| Octal | 77 | 141 | 236 | 74 | 47 | 0 | 46 | 333 | 53 | 53 |
| Binary | 111111 | 1100001 | 10011110 | 111100 | 100111 | 0 | 100110 | 11011011 | 101011 | 101011 |
Color Harmonies of #3F619E
Complementary color
Monochromatic Colors of #3F619E
Black with #3F619E
Text Example
Text Example
White with #3F619E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F619E; }
p { color: rgb(63,97,158); }
H1.HeaderClassName
{
color: #3F619E;
}
.AnyTagClassName
{
color: #3F619E;
}
</style>
background-color css
<style>
a { background-color: #3F619E; }
a { background-color: rgb(63,97,158); }
div.DivClassName
{
background-color: #3F619E;
}
.BgClassName
{
background-color: #3F619E;
}
</style>
border-color css
<style>
span { border-color: #3F619E; }
span { border-color: rgb(63,97,158); }
td.TdClassName
{
border-color: #3F619E;
}
.TagClassName
{
border-color: #3F619E;
}
</style>