Shades of Mariner #396095
Tints of Mariner #396095
RGB
CMYK
RGB Variations
Color information
#396095 (or 0x396095) is known color: Mariner. HEX triplet: 39, 60 and 95. RGB value is (57,96,149). Sum of RGB (Red+Green+Blue) = 57+96+149=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #396095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396095 is #C69F6A. Grayscale: #5A5A5A. Windows color (decimal): -13016939 or 9789497. OLE color: 9789497.
HSL color Cylindrical-coordinate representation of color #396095: hue angle of 214.57º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #396095 is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 96 | 149 | - |
| CMYK | 0.62 | 0.36 | 0 | 0.42 |
| HSL | 214.57º | 0.45% | 0.4% | - |
| HSV(B) | 214.57º | 0.62% | 0.58% | - |
| XYZ | 11.3 | 11.41 | 30.04 | - |
| YUV | 90.38 | 161.08 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 96 | 149 | 0.62 | 0.36 | 0 | 0.42 | 214.57 | 0.45 | 0.4 |
| Hex | 39 | 60 | 95 | 3E | 24 | 0 | 2A | D7 | 2D | 28 |
| Octal | 71 | 140 | 225 | 76 | 44 | 0 | 52 | 327 | 55 | 50 |
| Binary | 111001 | 1100000 | 10010101 | 111110 | 100100 | 0 | 101010 | 11010111 | 101101 | 101000 |
Color Harmonies of #396095
Complementary color
Monochromatic Colors of #396095
Black with #396095
Text Example
Text Example
White with #396095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396095; }
p { color: rgb(57,96,149); }
H1.HeaderClassName
{
color: #396095;
}
.AnyTagClassName
{
color: #396095;
}
</style>
background-color css
<style>
a { background-color: #396095; }
a { background-color: rgb(57,96,149); }
div.DivClassName
{
background-color: #396095;
}
.BgClassName
{
background-color: #396095;
}
</style>
border-color css
<style>
span { border-color: #396095; }
span { border-color: rgb(57,96,149); }
td.TdClassName
{
border-color: #396095;
}
.TagClassName
{
border-color: #396095;
}
</style>