Shades of Mariner #396295
Tints of Mariner #396295
RGB
CMYK
RGB Variations
Color information
#396295 (or 0x396295) is known color: Mariner. HEX triplet: 39, 62 and 95. RGB value is (57,98,149). Sum of RGB (Red+Green+Blue) = 57+98+149=304 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.75% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 149 - color contains mainly: blue. Hex color #396295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396295 is #C69D6A. Grayscale: #5B5B5B. Windows color (decimal): -13016427 or 9790009. OLE color: 9790009.
HSL color Cylindrical-coordinate representation of color #396295: hue angle of 213.26º 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 #396295 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 98 | 149 | - |
| CMYK | 0.62 | 0.34 | 0 | 0.42 |
| HSL | 213.26º | 0.45% | 0.4% | - |
| HSV(B) | 213.26º | 0.62% | 0.58% | - |
| XYZ | 11.48 | 11.78 | 30.1 | - |
| YUV | 91.56 | 160.42 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 98 | 149 | 0.62 | 0.34 | 0 | 0.42 | 213.26 | 0.45 | 0.4 |
| Hex | 39 | 62 | 95 | 3E | 22 | 0 | 2A | D5 | 2D | 28 |
| Octal | 71 | 142 | 225 | 76 | 42 | 0 | 52 | 325 | 55 | 50 |
| Binary | 111001 | 1100010 | 10010101 | 111110 | 100010 | 0 | 101010 | 11010101 | 101101 | 101000 |
Color Harmonies of #396295
Complementary color
Monochromatic Colors of #396295
Black with #396295
Text Example
Text Example
White with #396295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396295; }
p { color: rgb(57,98,149); }
H1.HeaderClassName
{
color: #396295;
}
.AnyTagClassName
{
color: #396295;
}
</style>
background-color css
<style>
a { background-color: #396295; }
a { background-color: rgb(57,98,149); }
div.DivClassName
{
background-color: #396295;
}
.BgClassName
{
background-color: #396295;
}
</style>
border-color css
<style>
span { border-color: #396295; }
span { border-color: rgb(57,98,149); }
td.TdClassName
{
border-color: #396295;
}
.TagClassName
{
border-color: #396295;
}
</style>