Shades of Mariner #394EA7
Tints of Mariner #394EA7
RGB
CMYK
RGB Variations
Color information
#394EA7 (or 0x394EA7) is known color: Mariner. HEX triplet: 39, 4E and A7. RGB value is (57,78,167). Sum of RGB (Red+Green+Blue) = 57+78+167=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 167 (65.62% from 255 or 55.30% from 302); Max value from RGB is 167 - color contains mainly: blue. Hex color #394EA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394EA7 is #C6B158. Grayscale: #515151. Windows color (decimal): -13021529 or 10964537. OLE color: 10964537.
HSL color Cylindrical-coordinate representation of color #394EA7: hue angle of 228.55º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #394EA7 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 57 | 78 | 167 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.35 |
| HSL | 228.55º | 0.49% | 0.44% | - |
| HSV(B) | 228.55º | 0.66% | 0.65% | - |
| XYZ | 11.39 | 9.11 | 37.72 | - |
| YUV | 81.87 | 176.04 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 78 | 167 | 0.66 | 0.53 | 0 | 0.35 | 228.55 | 0.49 | 0.44 |
| Hex | 39 | 4E | A7 | 42 | 35 | 0 | 23 | E5 | 31 | 2C |
| Octal | 71 | 116 | 247 | 102 | 65 | 0 | 43 | 345 | 61 | 54 |
| Binary | 111001 | 1001110 | 10100111 | 1000010 | 110101 | 0 | 100011 | 11100101 | 110001 | 101100 |
Color Harmonies of #394EA7
Complementary color
Monochromatic Colors of #394EA7
Black with #394EA7
Text Example
Text Example
White with #394EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394EA7; }
p { color: rgb(57,78,167); }
H1.HeaderClassName
{
color: #394EA7;
}
.AnyTagClassName
{
color: #394EA7;
}
</style>
background-color css
<style>
a { background-color: #394EA7; }
a { background-color: rgb(57,78,167); }
div.DivClassName
{
background-color: #394EA7;
}
.BgClassName
{
background-color: #394EA7;
}
</style>
border-color css
<style>
span { border-color: #394EA7; }
span { border-color: rgb(57,78,167); }
td.TdClassName
{
border-color: #394EA7;
}
.TagClassName
{
border-color: #394EA7;
}
</style>