Shades of Mariner #3F659B
Tints of Mariner #3F659B
RGB
CMYK
RGB Variations
Color information
#3F659B (or 0x3F659B) is known color: Mariner. HEX triplet: 3F, 65 and 9B. RGB value is (63,101,155). Sum of RGB (Red+Green+Blue) = 63+101+155=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F659B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F659B is #C09A64. Grayscale: #5F5F5F. Windows color (decimal): -12622437 or 10183999. OLE color: 10183999.
HSL color Cylindrical-coordinate representation of color #3F659B: hue angle of 215.22º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F659B is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 63 | 101 | 155 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.39 |
| HSL | 215.22º | 0.42% | 0.43% | - |
| HSV(B) | 215.22º | 0.59% | 0.61% | - |
| XYZ | 12.62 | 12.73 | 32.8 | - |
| YUV | 95.79 | 161.41 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 101 | 155 | 0.59 | 0.35 | 0 | 0.39 | 215.22 | 0.42 | 0.43 |
| Hex | 3F | 65 | 9B | 3B | 23 | 0 | 27 | D7 | 2A | 2B |
| Octal | 77 | 145 | 233 | 73 | 43 | 0 | 47 | 327 | 52 | 53 |
| Binary | 111111 | 1100101 | 10011011 | 111011 | 100011 | 0 | 100111 | 11010111 | 101010 | 101011 |
Color Harmonies of #3F659B
Complementary color
Monochromatic Colors of #3F659B
Black with #3F659B
Text Example
Text Example
White with #3F659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F659B; }
p { color: rgb(63,101,155); }
H1.HeaderClassName
{
color: #3F659B;
}
.AnyTagClassName
{
color: #3F659B;
}
</style>
background-color css
<style>
a { background-color: #3F659B; }
a { background-color: rgb(63,101,155); }
div.DivClassName
{
background-color: #3F659B;
}
.BgClassName
{
background-color: #3F659B;
}
</style>
border-color css
<style>
span { border-color: #3F659B; }
span { border-color: rgb(63,101,155); }
td.TdClassName
{
border-color: #3F659B;
}
.TagClassName
{
border-color: #3F659B;
}
</style>