Shades of Mariner #395D96
Tints of Mariner #395D96
RGB
CMYK
RGB Variations
Color information
#395D96 (or 0x395D96) is known color: Mariner. HEX triplet: 39, 5D and 96. RGB value is (57,93,150). Sum of RGB (Red+Green+Blue) = 57+93+150=300 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 150 (58.98% from 255 or 50% from 300); Max value from RGB is 150 - color contains mainly: blue. Hex color #395D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395D96 is #C6A269. Grayscale: #585858. Windows color (decimal): -13017706 or 9854265. OLE color: 9854265.
HSL color Cylindrical-coordinate representation of color #395D96: hue angle of 216.77º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #395D96 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 57 | 93 | 150 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.41 |
| HSL | 216.77º | 0.45% | 0.41% | - |
| HSV(B) | 216.77º | 0.62% | 0.59% | - |
| XYZ | 11.11 | 10.9 | 30.37 | - |
| YUV | 88.73 | 162.57 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 93 | 150 | 0.62 | 0.38 | 0 | 0.41 | 216.77 | 0.45 | 0.41 |
| Hex | 39 | 5D | 96 | 3E | 26 | 0 | 29 | D9 | 2D | 29 |
| Octal | 71 | 135 | 226 | 76 | 46 | 0 | 51 | 331 | 55 | 51 |
| Binary | 111001 | 1011101 | 10010110 | 111110 | 100110 | 0 | 101001 | 11011001 | 101101 | 101001 |
Color Harmonies of #395D96
Complementary color
Monochromatic Colors of #395D96
Black with #395D96
Text Example
Text Example
White with #395D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395D96; }
p { color: rgb(57,93,150); }
H1.HeaderClassName
{
color: #395D96;
}
.AnyTagClassName
{
color: #395D96;
}
</style>
background-color css
<style>
a { background-color: #395D96; }
a { background-color: rgb(57,93,150); }
div.DivClassName
{
background-color: #395D96;
}
.BgClassName
{
background-color: #395D96;
}
</style>
border-color css
<style>
span { border-color: #395D96; }
span { border-color: rgb(57,93,150); }
td.TdClassName
{
border-color: #395D96;
}
.TagClassName
{
border-color: #395D96;
}
</style>