Shades of Mariner #394DA6
Tints of Mariner #394DA6
RGB
CMYK
RGB Variations
Color information
#394DA6 (or 0x394DA6) is known color: Mariner. HEX triplet: 39, 4D and A6. RGB value is (57,77,166). Sum of RGB (Red+Green+Blue) = 57+77+166=300 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 166 (65.23% from 255 or 55.33% from 300); Max value from RGB is 166 - color contains mainly: blue. Hex color #394DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394DA6 is #C6B259. Grayscale: #505050. Windows color (decimal): -13021786 or 10898745. OLE color: 10898745.
HSL color Cylindrical-coordinate representation of color #394DA6: hue angle of 228.99º 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 #394DA6 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 57 | 77 | 166 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.35 |
| HSL | 228.99º | 0.49% | 0.44% | - |
| HSV(B) | 228.99º | 0.66% | 0.65% | - |
| XYZ | 11.22 | 8.93 | 37.21 | - |
| YUV | 81.17 | 175.87 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 77 | 166 | 0.66 | 0.54 | 0 | 0.35 | 228.99 | 0.49 | 0.44 |
| Hex | 39 | 4D | A6 | 42 | 36 | 0 | 23 | E5 | 31 | 2C |
| Octal | 71 | 115 | 246 | 102 | 66 | 0 | 43 | 345 | 61 | 54 |
| Binary | 111001 | 1001101 | 10100110 | 1000010 | 110110 | 0 | 100011 | 11100101 | 110001 | 101100 |
Color Harmonies of #394DA6
Complementary color
Monochromatic Colors of #394DA6
Black with #394DA6
Text Example
Text Example
White with #394DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394DA6; }
p { color: rgb(57,77,166); }
H1.HeaderClassName
{
color: #394DA6;
}
.AnyTagClassName
{
color: #394DA6;
}
</style>
background-color css
<style>
a { background-color: #394DA6; }
a { background-color: rgb(57,77,166); }
div.DivClassName
{
background-color: #394DA6;
}
.BgClassName
{
background-color: #394DA6;
}
</style>
border-color css
<style>
span { border-color: #394DA6; }
span { border-color: rgb(57,77,166); }
td.TdClassName
{
border-color: #394DA6;
}
.TagClassName
{
border-color: #394DA6;
}
</style>