Shades of Mariner #3F6998
Tints of Mariner #3F6998
RGB
CMYK
RGB Variations
Color information
#3F6998 (or 0x3F6998) is known color: Mariner. HEX triplet: 3F, 69 and 98. RGB value is (63,105,152). Sum of RGB (Red+Green+Blue) = 63+105+152=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #3F6998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6998 is #C09667. Grayscale: #616161. Windows color (decimal): -12621416 or 9988415. OLE color: 9988415.
HSL color Cylindrical-coordinate representation of color #3F6998: hue angle of 211.69º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F6998 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 63 | 105 | 152 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.40 |
| HSL | 211.69º | 0.41% | 0.42% | - |
| HSV(B) | 211.69º | 0.59% | 0.6% | - |
| XYZ | 12.77 | 13.43 | 31.62 | - |
| YUV | 97.8 | 158.59 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 152 | 0.59 | 0.31 | 0 | 0.40 | 211.69 | 0.41 | 0.42 |
| Hex | 3F | 69 | 98 | 3B | 1F | 0 | 28 | D4 | 29 | 2A |
| Octal | 77 | 151 | 230 | 73 | 37 | 0 | 50 | 324 | 51 | 52 |
| Binary | 111111 | 1101001 | 10011000 | 111011 | 11111 | 0 | 101000 | 11010100 | 101001 | 101010 |
Color Harmonies of #3F6998
Complementary color
Monochromatic Colors of #3F6998
Black with #3F6998
Text Example
Text Example
White with #3F6998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6998; }
p { color: rgb(63,105,152); }
H1.HeaderClassName
{
color: #3F6998;
}
.AnyTagClassName
{
color: #3F6998;
}
</style>
background-color css
<style>
a { background-color: #3F6998; }
a { background-color: rgb(63,105,152); }
div.DivClassName
{
background-color: #3F6998;
}
.BgClassName
{
background-color: #3F6998;
}
</style>
border-color css
<style>
span { border-color: #3F6998; }
span { border-color: rgb(63,105,152); }
td.TdClassName
{
border-color: #3F6998;
}
.TagClassName
{
border-color: #3F6998;
}
</style>