Shades of Mariner #3F699F
Tints of Mariner #3F699F
RGB
CMYK
RGB Variations
Color information
#3F699F (or 0x3F699F) is known color: Mariner. HEX triplet: 3F, 69 and 9F. RGB value is (63,105,159). Sum of RGB (Red+Green+Blue) = 63+105+159=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 159 (62.5% from 255 or 48.62% from 327); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F699F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F699F is #C09660. Grayscale: #626262. Windows color (decimal): -12621409 or 10447167. OLE color: 10447167.
HSL color Cylindrical-coordinate representation of color #3F699F: hue angle of 213.75º 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 #3F699F is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 105 | 159 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.38 |
| HSL | 213.75º | 0.43% | 0.44% | - |
| HSV(B) | 213.75º | 0.6% | 0.62% | - |
| XYZ | 13.36 | 13.66 | 34.73 | - |
| YUV | 98.6 | 162.09 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 159 | 0.60 | 0.34 | 0 | 0.38 | 213.75 | 0.43 | 0.44 |
| Hex | 3F | 69 | 9F | 3C | 22 | 0 | 26 | D6 | 2B | 2C |
| Octal | 77 | 151 | 237 | 74 | 42 | 0 | 46 | 326 | 53 | 54 |
| Binary | 111111 | 1101001 | 10011111 | 111100 | 100010 | 0 | 100110 | 11010110 | 101011 | 101100 |
Color Harmonies of #3F699F
Complementary color
Monochromatic Colors of #3F699F
Black with #3F699F
Text Example
Text Example
White with #3F699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F699F; }
p { color: rgb(63,105,159); }
H1.HeaderClassName
{
color: #3F699F;
}
.AnyTagClassName
{
color: #3F699F;
}
</style>
background-color css
<style>
a { background-color: #3F699F; }
a { background-color: rgb(63,105,159); }
div.DivClassName
{
background-color: #3F699F;
}
.BgClassName
{
background-color: #3F699F;
}
</style>
border-color css
<style>
span { border-color: #3F699F; }
span { border-color: rgb(63,105,159); }
td.TdClassName
{
border-color: #3F699F;
}
.TagClassName
{
border-color: #3F699F;
}
</style>