Shades of Mariner #39659E
Tints of Mariner #39659E
RGB
CMYK
RGB Variations
Color information
#39659E (or 0x39659E) is known color: Mariner. HEX triplet: 39, 65 and 9E. RGB value is (57,101,158). Sum of RGB (Red+Green+Blue) = 57+101+158=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #39659E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39659E is #C69A61. Grayscale: #5E5E5E. Windows color (decimal): -13015650 or 10380601. OLE color: 10380601.
HSL color Cylindrical-coordinate representation of color #39659E: hue angle of 213.86º 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 #39659E is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 101 | 158 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.38 |
| HSL | 213.86º | 0.47% | 0.42% | - |
| HSV(B) | 213.86º | 0.64% | 0.62% | - |
| XYZ | 12.51 | 12.65 | 34.13 | - |
| YUV | 94.34 | 163.92 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 101 | 158 | 0.64 | 0.36 | 0 | 0.38 | 213.86 | 0.47 | 0.42 |
| Hex | 39 | 65 | 9E | 40 | 24 | 0 | 26 | D6 | 2F | 2A |
| Octal | 71 | 145 | 236 | 100 | 44 | 0 | 46 | 326 | 57 | 52 |
| Binary | 111001 | 1100101 | 10011110 | 1000000 | 100100 | 0 | 100110 | 11010110 | 101111 | 101010 |
Color Harmonies of #39659E
Complementary color
Monochromatic Colors of #39659E
Black with #39659E
Text Example
Text Example
White with #39659E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39659E; }
p { color: rgb(57,101,158); }
H1.HeaderClassName
{
color: #39659E;
}
.AnyTagClassName
{
color: #39659E;
}
</style>
background-color css
<style>
a { background-color: #39659E; }
a { background-color: rgb(57,101,158); }
div.DivClassName
{
background-color: #39659E;
}
.BgClassName
{
background-color: #39659E;
}
</style>
border-color css
<style>
span { border-color: #39659E; }
span { border-color: rgb(57,101,158); }
td.TdClassName
{
border-color: #39659E;
}
.TagClassName
{
border-color: #39659E;
}
</style>