Shades of Mariner #3B599F
Tints of Mariner #3B599F
RGB
CMYK
RGB Variations
Color information
#3B599F (or 0x3B599F) is known color: Mariner. HEX triplet: 3B, 59 and 9F. RGB value is (59,89,159). Sum of RGB (Red+Green+Blue) = 59+89+159=307 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.22% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 159 (62.5% from 255 or 51.79% from 307); Max value from RGB is 159 - color contains mainly: blue. Hex color #3B599F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B599F is #C4A660. Grayscale: #575757. Windows color (decimal): -12887649 or 10443067. OLE color: 10443067.
HSL color Cylindrical-coordinate representation of color #3B599F: hue angle of 222º 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 #3B599F is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 89 | 159 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.38 |
| HSL | 222º | 0.46% | 0.43% | - |
| HSV(B) | 222º | 0.63% | 0.62% | - |
| XYZ | 11.63 | 10.58 | 34.23 | - |
| YUV | 88.01 | 168.06 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 89 | 159 | 0.63 | 0.44 | 0 | 0.38 | 222 | 0.46 | 0.43 |
| Hex | 3B | 59 | 9F | 3F | 2C | 0 | 26 | DE | 2E | 2B |
| Octal | 73 | 131 | 237 | 77 | 54 | 0 | 46 | 336 | 56 | 53 |
| Binary | 111011 | 1011001 | 10011111 | 111111 | 101100 | 0 | 100110 | 11011110 | 101110 | 101011 |
Color Harmonies of #3B599F
Complementary color
Monochromatic Colors of #3B599F
Black with #3B599F
Text Example
Text Example
White with #3B599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B599F; }
p { color: rgb(59,89,159); }
H1.HeaderClassName
{
color: #3B599F;
}
.AnyTagClassName
{
color: #3B599F;
}
</style>
background-color css
<style>
a { background-color: #3B599F; }
a { background-color: rgb(59,89,159); }
div.DivClassName
{
background-color: #3B599F;
}
.BgClassName
{
background-color: #3B599F;
}
</style>
border-color css
<style>
span { border-color: #3B599F; }
span { border-color: rgb(59,89,159); }
td.TdClassName
{
border-color: #3B599F;
}
.TagClassName
{
border-color: #3B599F;
}
</style>