Shades of Mariner #3F679D
Tints of Mariner #3F679D
RGB
CMYK
RGB Variations
Color information
#3F679D (or 0x3F679D) is known color: Mariner. HEX triplet: 3F, 67 and 9D. RGB value is (63,103,157). Sum of RGB (Red+Green+Blue) = 63+103+157=323 (42% of max value = 765). Red value is 63 (25% from 255 or 19.50% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F679D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F679D is #C09862. Grayscale: #606060. Windows color (decimal): -12621923 or 10315583. OLE color: 10315583.
HSL color Cylindrical-coordinate representation of color #3F679D: hue angle of 214.47º 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 #3F679D is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 103 | 157 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.38 |
| HSL | 214.47º | 0.43% | 0.43% | - |
| HSV(B) | 214.47º | 0.6% | 0.62% | - |
| XYZ | 12.99 | 13.19 | 33.76 | - |
| YUV | 97.2 | 161.75 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 103 | 157 | 0.60 | 0.34 | 0 | 0.38 | 214.47 | 0.43 | 0.43 |
| Hex | 3F | 67 | 9D | 3C | 22 | 0 | 26 | D6 | 2B | 2B |
| Octal | 77 | 147 | 235 | 74 | 42 | 0 | 46 | 326 | 53 | 53 |
| Binary | 111111 | 1100111 | 10011101 | 111100 | 100010 | 0 | 100110 | 11010110 | 101011 | 101011 |
Color Harmonies of #3F679D
Complementary color
Monochromatic Colors of #3F679D
Black with #3F679D
Text Example
Text Example
White with #3F679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F679D; }
p { color: rgb(63,103,157); }
H1.HeaderClassName
{
color: #3F679D;
}
.AnyTagClassName
{
color: #3F679D;
}
</style>
background-color css
<style>
a { background-color: #3F679D; }
a { background-color: rgb(63,103,157); }
div.DivClassName
{
background-color: #3F679D;
}
.BgClassName
{
background-color: #3F679D;
}
</style>
border-color css
<style>
span { border-color: #3F679D; }
span { border-color: rgb(63,103,157); }
td.TdClassName
{
border-color: #3F679D;
}
.TagClassName
{
border-color: #3F679D;
}
</style>