Shades of Mariner #3B579B
Tints of Mariner #3B579B
RGB
CMYK
RGB Variations
Color information
#3B579B (or 0x3B579B) is known color: Mariner. HEX triplet: 3B, 57 and 9B. RGB value is (59,87,155). Sum of RGB (Red+Green+Blue) = 59+87+155=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #3B579B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B579B is #C4A864. Grayscale: #565656. Windows color (decimal): -12888165 or 10180411. OLE color: 10180411.
HSL color Cylindrical-coordinate representation of color #3B579B: hue angle of 222.5º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B579B is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 59 | 87 | 155 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.39 |
| HSL | 222.5º | 0.45% | 0.42% | - |
| HSV(B) | 222.5º | 0.62% | 0.61% | - |
| XYZ | 11.13 | 10.11 | 32.38 | - |
| YUV | 86.38 | 166.72 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 87 | 155 | 0.62 | 0.44 | 0 | 0.39 | 222.5 | 0.45 | 0.42 |
| Hex | 3B | 57 | 9B | 3E | 2C | 0 | 27 | DE | 2D | 2A |
| Octal | 73 | 127 | 233 | 76 | 54 | 0 | 47 | 336 | 55 | 52 |
| Binary | 111011 | 1010111 | 10011011 | 111110 | 101100 | 0 | 100111 | 11011110 | 101101 | 101010 |
Color Harmonies of #3B579B
Complementary color
Monochromatic Colors of #3B579B
Black with #3B579B
Text Example
Text Example
White with #3B579B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B579B; }
p { color: rgb(59,87,155); }
H1.HeaderClassName
{
color: #3B579B;
}
.AnyTagClassName
{
color: #3B579B;
}
</style>
background-color css
<style>
a { background-color: #3B579B; }
a { background-color: rgb(59,87,155); }
div.DivClassName
{
background-color: #3B579B;
}
.BgClassName
{
background-color: #3B579B;
}
</style>
border-color css
<style>
span { border-color: #3B579B; }
span { border-color: rgb(59,87,155); }
td.TdClassName
{
border-color: #3B579B;
}
.TagClassName
{
border-color: #3B579B;
}
</style>