Shades of Mariner #3B6496
Tints of Mariner #3B6496
RGB
CMYK
RGB Variations
Color information
#3B6496 (or 0x3B6496) is known color: Mariner. HEX triplet: 3B, 64 and 96. RGB value is (59,100,150). Sum of RGB (Red+Green+Blue) = 59+100+150=309 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.09% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 150 (58.98% from 255 or 48.54% from 309); Max value from RGB is 150 - color contains mainly: blue. Hex color #3B6496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6496 is #C49B69. Grayscale: #5D5D5D. Windows color (decimal): -12884842 or 9856059. OLE color: 9856059.
HSL color Cylindrical-coordinate representation of color #3B6496: hue angle of 212.97º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B6496 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 59 | 100 | 150 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.41 |
| HSL | 212.97º | 0.44% | 0.41% | - |
| HSV(B) | 212.97º | 0.61% | 0.59% | - |
| XYZ | 11.87 | 12.25 | 30.59 | - |
| YUV | 93.44 | 159.92 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 100 | 150 | 0.61 | 0.33 | 0 | 0.41 | 212.97 | 0.44 | 0.41 |
| Hex | 3B | 64 | 96 | 3D | 21 | 0 | 29 | D5 | 2C | 29 |
| Octal | 73 | 144 | 226 | 75 | 41 | 0 | 51 | 325 | 54 | 51 |
| Binary | 111011 | 1100100 | 10010110 | 111101 | 100001 | 0 | 101001 | 11010101 | 101100 | 101001 |
Color Harmonies of #3B6496
Complementary color
Monochromatic Colors of #3B6496
Black with #3B6496
Text Example
Text Example
White with #3B6496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6496; }
p { color: rgb(59,100,150); }
H1.HeaderClassName
{
color: #3B6496;
}
.AnyTagClassName
{
color: #3B6496;
}
</style>
background-color css
<style>
a { background-color: #3B6496; }
a { background-color: rgb(59,100,150); }
div.DivClassName
{
background-color: #3B6496;
}
.BgClassName
{
background-color: #3B6496;
}
</style>
border-color css
<style>
span { border-color: #3B6496; }
span { border-color: rgb(59,100,150); }
td.TdClassName
{
border-color: #3B6496;
}
.TagClassName
{
border-color: #3B6496;
}
</style>