Shades of Mariner #3F6599
Tints of Mariner #3F6599
RGB
CMYK
RGB Variations
Color information
#3F6599 (or 0x3F6599) is known color: Mariner. HEX triplet: 3F, 65 and 99. RGB value is (63,101,153). Sum of RGB (Red+Green+Blue) = 63+101+153=317 (41% of max value = 765). Red value is 63 (25% from 255 or 19.87% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #3F6599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6599 is #C09A66. Grayscale: #5F5F5F. Windows color (decimal): -12622439 or 10052927. OLE color: 10052927.
HSL color Cylindrical-coordinate representation of color #3F6599: hue angle of 214.67º degrees, saturation: 0.42, 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 #3F6599 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 63 | 101 | 153 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.4 |
| HSL | 214.67º | 0.42% | 0.42% | - |
| HSV(B) | 214.67º | 0.59% | 0.6% | - |
| XYZ | 12.45 | 12.66 | 31.93 | - |
| YUV | 95.57 | 160.41 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 101 | 153 | 0.59 | 0.34 | 0 | 0.4 | 214.67 | 0.42 | 0.42 |
| Hex | 3F | 65 | 99 | 3B | 22 | 0 | 28 | D7 | 2A | 2A |
| Octal | 77 | 145 | 231 | 73 | 42 | 0 | 50 | 327 | 52 | 52 |
| Binary | 111111 | 1100101 | 10011001 | 111011 | 100010 | 0 | 101000 | 11010111 | 101010 | 101010 |
Color Harmonies of #3F6599
Complementary color
Monochromatic Colors of #3F6599
Black with #3F6599
Text Example
Text Example
White with #3F6599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6599; }
p { color: rgb(63,101,153); }
H1.HeaderClassName
{
color: #3F6599;
}
.AnyTagClassName
{
color: #3F6599;
}
</style>
background-color css
<style>
a { background-color: #3F6599; }
a { background-color: rgb(63,101,153); }
div.DivClassName
{
background-color: #3F6599;
}
.BgClassName
{
background-color: #3F6599;
}
</style>
border-color css
<style>
span { border-color: #3F6599; }
span { border-color: rgb(63,101,153); }
td.TdClassName
{
border-color: #3F6599;
}
.TagClassName
{
border-color: #3F6599;
}
</style>