Shades of Mariner #3F649F
Tints of Mariner #3F649F
RGB
CMYK
RGB Variations
Color information
#3F649F (or 0x3F649F) is known color: Mariner. HEX triplet: 3F, 64 and 9F. RGB value is (63,100,159). Sum of RGB (Red+Green+Blue) = 63+100+159=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 159 (62.5% from 255 or 49.38% from 322); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F649F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F649F is #C09B60. Grayscale: #5F5F5F. Windows color (decimal): -12622689 or 10445887. OLE color: 10445887.
HSL color Cylindrical-coordinate representation of color #3F649F: hue angle of 216.88º 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 #3F649F is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 100 | 159 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.38 |
| HSL | 216.88º | 0.43% | 0.44% | - |
| HSV(B) | 216.88º | 0.6% | 0.62% | - |
| XYZ | 12.87 | 12.67 | 34.57 | - |
| YUV | 95.66 | 163.74 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 100 | 159 | 0.60 | 0.37 | 0 | 0.38 | 216.88 | 0.43 | 0.44 |
| Hex | 3F | 64 | 9F | 3C | 25 | 0 | 26 | D9 | 2B | 2C |
| Octal | 77 | 144 | 237 | 74 | 45 | 0 | 46 | 331 | 53 | 54 |
| Binary | 111111 | 1100100 | 10011111 | 111100 | 100101 | 0 | 100110 | 11011001 | 101011 | 101100 |
Color Harmonies of #3F649F
Complementary color
Monochromatic Colors of #3F649F
Black with #3F649F
Text Example
Text Example
White with #3F649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F649F; }
p { color: rgb(63,100,159); }
H1.HeaderClassName
{
color: #3F649F;
}
.AnyTagClassName
{
color: #3F649F;
}
</style>
background-color css
<style>
a { background-color: #3F649F; }
a { background-color: rgb(63,100,159); }
div.DivClassName
{
background-color: #3F649F;
}
.BgClassName
{
background-color: #3F649F;
}
</style>
border-color css
<style>
span { border-color: #3F649F; }
span { border-color: rgb(63,100,159); }
td.TdClassName
{
border-color: #3F649F;
}
.TagClassName
{
border-color: #3F649F;
}
</style>