Shades of Mariner #39659D
Tints of Mariner #39659D
RGB
CMYK
RGB Variations
Color information
#39659D (or 0x39659D) is known color: Mariner. HEX triplet: 39, 65 and 9D. RGB value is (57,101,157). Sum of RGB (Red+Green+Blue) = 57+101+157=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #39659D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39659D is #C69A62. Grayscale: #5D5D5D. Windows color (decimal): -13015651 or 10315065. OLE color: 10315065.
HSL color Cylindrical-coordinate representation of color #39659D: hue angle of 213.6º 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 #39659D is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 101 | 157 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.38 |
| HSL | 213.6º | 0.47% | 0.42% | - |
| HSV(B) | 213.6º | 0.64% | 0.62% | - |
| XYZ | 12.43 | 12.61 | 33.68 | - |
| YUV | 94.23 | 163.42 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 101 | 157 | 0.64 | 0.36 | 0 | 0.38 | 213.6 | 0.47 | 0.42 |
| Hex | 39 | 65 | 9D | 40 | 24 | 0 | 26 | D6 | 2F | 2A |
| Octal | 71 | 145 | 235 | 100 | 44 | 0 | 46 | 326 | 57 | 52 |
| Binary | 111001 | 1100101 | 10011101 | 1000000 | 100100 | 0 | 100110 | 11010110 | 101111 | 101010 |
Color Harmonies of #39659D
Complementary color
Monochromatic Colors of #39659D
Black with #39659D
Text Example
Text Example
White with #39659D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39659D; }
p { color: rgb(57,101,157); }
H1.HeaderClassName
{
color: #39659D;
}
.AnyTagClassName
{
color: #39659D;
}
</style>
background-color css
<style>
a { background-color: #39659D; }
a { background-color: rgb(57,101,157); }
div.DivClassName
{
background-color: #39659D;
}
.BgClassName
{
background-color: #39659D;
}
</style>
border-color css
<style>
span { border-color: #39659D; }
span { border-color: rgb(57,101,157); }
td.TdClassName
{
border-color: #39659D;
}
.TagClassName
{
border-color: #39659D;
}
</style>