Shades of Mariner #3F679F
Tints of Mariner #3F679F
RGB
CMYK
RGB Variations
Color information
#3F679F (or 0x3F679F) is known color: Mariner. HEX triplet: 3F, 67 and 9F. RGB value is (63,103,159). Sum of RGB (Red+Green+Blue) = 63+103+159=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F679F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F679F is #C09860. Grayscale: #616161. Windows color (decimal): -12621921 or 10446655. OLE color: 10446655.
HSL color Cylindrical-coordinate representation of color #3F679F: hue angle of 215º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F679F is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 103 | 159 | - |
| CMYK | 0.60 | 0.35 | 0 | 0.38 |
| HSL | 215º | 0.43% | 0.44% | - |
| HSV(B) | 215º | 0.6% | 0.62% | - |
| XYZ | 13.16 | 13.26 | 34.67 | - |
| YUV | 97.42 | 162.75 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 103 | 159 | 0.60 | 0.35 | 0 | 0.38 | 215 | 0.43 | 0.44 |
| Hex | 3F | 67 | 9F | 3C | 23 | 0 | 26 | D7 | 2B | 2C |
| Octal | 77 | 147 | 237 | 74 | 43 | 0 | 46 | 327 | 53 | 54 |
| Binary | 111111 | 1100111 | 10011111 | 111100 | 100011 | 0 | 100110 | 11010111 | 101011 | 101100 |
Color Harmonies of #3F679F
Complementary color
Monochromatic Colors of #3F679F
Black with #3F679F
Text Example
Text Example
White with #3F679F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F679F; }
p { color: rgb(63,103,159); }
H1.HeaderClassName
{
color: #3F679F;
}
.AnyTagClassName
{
color: #3F679F;
}
</style>
background-color css
<style>
a { background-color: #3F679F; }
a { background-color: rgb(63,103,159); }
div.DivClassName
{
background-color: #3F679F;
}
.BgClassName
{
background-color: #3F679F;
}
</style>
border-color css
<style>
span { border-color: #3F679F; }
span { border-color: rgb(63,103,159); }
td.TdClassName
{
border-color: #3F679F;
}
.TagClassName
{
border-color: #3F679F;
}
</style>