Shades of Mariner #396293
Tints of Mariner #396293
RGB
CMYK
RGB Variations
Color information
#396293 (or 0x396293) is known color: Mariner. HEX triplet: 39, 62 and 93. RGB value is (57,98,147). Sum of RGB (Red+Green+Blue) = 57+98+147=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #396293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396293 is #C69D6C. Grayscale: #5B5B5B. Windows color (decimal): -13016429 or 9658937. OLE color: 9658937.
HSL color Cylindrical-coordinate representation of color #396293: hue angle of 212.67º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #396293 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 98 | 147 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.42 |
| HSL | 212.67º | 0.44% | 0.4% | - |
| HSV(B) | 212.67º | 0.61% | 0.58% | - |
| XYZ | 11.32 | 11.71 | 29.27 | - |
| YUV | 91.33 | 159.42 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 98 | 147 | 0.61 | 0.33 | 0 | 0.42 | 212.67 | 0.44 | 0.4 |
| Hex | 39 | 62 | 93 | 3D | 21 | 0 | 2A | D5 | 2C | 28 |
| Octal | 71 | 142 | 223 | 75 | 41 | 0 | 52 | 325 | 54 | 50 |
| Binary | 111001 | 1100010 | 10010011 | 111101 | 100001 | 0 | 101010 | 11010101 | 101100 | 101000 |
Color Harmonies of #396293
Complementary color
Monochromatic Colors of #396293
Black with #396293
Text Example
Text Example
White with #396293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396293; }
p { color: rgb(57,98,147); }
H1.HeaderClassName
{
color: #396293;
}
.AnyTagClassName
{
color: #396293;
}
</style>
background-color css
<style>
a { background-color: #396293; }
a { background-color: rgb(57,98,147); }
div.DivClassName
{
background-color: #396293;
}
.BgClassName
{
background-color: #396293;
}
</style>
border-color css
<style>
span { border-color: #396293; }
span { border-color: rgb(57,98,147); }
td.TdClassName
{
border-color: #396293;
}
.TagClassName
{
border-color: #396293;
}
</style>