Shades of Mariner #3B559E
Tints of Mariner #3B559E
RGB
CMYK
RGB Variations
Color information
#3B559E (or 0x3B559E) is known color: Mariner. HEX triplet: 3B, 55 and 9E. RGB value is (59,85,158). Sum of RGB (Red+Green+Blue) = 59+85+158=302 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.54% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 158 (62.11% from 255 or 52.32% from 302); Max value from RGB is 158 - color contains mainly: blue. Hex color #3B559E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B559E is #C4AA61. Grayscale: #555555. Windows color (decimal): -12888674 or 10376507. OLE color: 10376507.
HSL color Cylindrical-coordinate representation of color #3B559E: hue angle of 224.24º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B559E is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 85 | 158 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.38 |
| HSL | 224.24º | 0.46% | 0.43% | - |
| HSV(B) | 224.24º | 0.63% | 0.62% | - |
| XYZ | 11.22 | 9.9 | 33.67 | - |
| YUV | 85.55 | 168.89 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 85 | 158 | 0.63 | 0.46 | 0 | 0.38 | 224.24 | 0.46 | 0.43 |
| Hex | 3B | 55 | 9E | 3F | 2E | 0 | 26 | E0 | 2E | 2B |
| Octal | 73 | 125 | 236 | 77 | 56 | 0 | 46 | 340 | 56 | 53 |
| Binary | 111011 | 1010101 | 10011110 | 111111 | 101110 | 0 | 100110 | 11100000 | 101110 | 101011 |
Color Harmonies of #3B559E
Complementary color
Monochromatic Colors of #3B559E
Black with #3B559E
Text Example
Text Example
White with #3B559E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B559E; }
p { color: rgb(59,85,158); }
H1.HeaderClassName
{
color: #3B559E;
}
.AnyTagClassName
{
color: #3B559E;
}
</style>
background-color css
<style>
a { background-color: #3B559E; }
a { background-color: rgb(59,85,158); }
div.DivClassName
{
background-color: #3B559E;
}
.BgClassName
{
background-color: #3B559E;
}
</style>
border-color css
<style>
span { border-color: #3B559E; }
span { border-color: rgb(59,85,158); }
td.TdClassName
{
border-color: #3B559E;
}
.TagClassName
{
border-color: #3B559E;
}
</style>