Shades of Mariner #39579E
Tints of Mariner #39579E
RGB
CMYK
RGB Variations
Color information
#39579E (or 0x39579E) is known color: Mariner. HEX triplet: 39, 57 and 9E. RGB value is (57,87,158). Sum of RGB (Red+Green+Blue) = 57+87+158=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 87 (34.38% from 255 or 28.81% 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 #39579E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39579E is #C6A861. Grayscale: #555555. Windows color (decimal): -13019234 or 10377017. OLE color: 10377017.
HSL color Cylindrical-coordinate representation of color #39579E: hue angle of 222.18º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #39579E is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 87 | 158 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.38 |
| HSL | 222.18º | 0.47% | 0.42% | - |
| HSV(B) | 222.18º | 0.64% | 0.62% | - |
| XYZ | 11.27 | 10.15 | 33.71 | - |
| YUV | 86.12 | 168.56 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 87 | 158 | 0.64 | 0.45 | 0 | 0.38 | 222.18 | 0.47 | 0.42 |
| Hex | 39 | 57 | 9E | 40 | 2D | 0 | 26 | DE | 2F | 2A |
| Octal | 71 | 127 | 236 | 100 | 55 | 0 | 46 | 336 | 57 | 52 |
| Binary | 111001 | 1010111 | 10011110 | 1000000 | 101101 | 0 | 100110 | 11011110 | 101111 | 101010 |
Color Harmonies of #39579E
Complementary color
Monochromatic Colors of #39579E
Black with #39579E
Text Example
Text Example
White with #39579E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39579E; }
p { color: rgb(57,87,158); }
H1.HeaderClassName
{
color: #39579E;
}
.AnyTagClassName
{
color: #39579E;
}
</style>
background-color css
<style>
a { background-color: #39579E; }
a { background-color: rgb(57,87,158); }
div.DivClassName
{
background-color: #39579E;
}
.BgClassName
{
background-color: #39579E;
}
</style>
border-color css
<style>
span { border-color: #39579E; }
span { border-color: rgb(57,87,158); }
td.TdClassName
{
border-color: #39579E;
}
.TagClassName
{
border-color: #39579E;
}
</style>