Shades of Mariner #394EA4
Tints of Mariner #394EA4
RGB
CMYK
RGB Variations
Color information
#394EA4 (or 0x394EA4) is known color: Mariner. HEX triplet: 39, 4E and A4. RGB value is (57,78,164). Sum of RGB (Red+Green+Blue) = 57+78+164=299 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.06% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 164 (64.45% from 255 or 54.85% from 299); Max value from RGB is 164 - color contains mainly: blue. Hex color #394EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394EA4 is #C6B15B. Grayscale: #515151. Windows color (decimal): -13021532 or 10767929. OLE color: 10767929.
HSL color Cylindrical-coordinate representation of color #394EA4: hue angle of 228.22º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #394EA4 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 57 | 78 | 164 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.36 |
| HSL | 228.22º | 0.48% | 0.43% | - |
| HSV(B) | 228.22º | 0.65% | 0.64% | - |
| XYZ | 11.11 | 9 | 36.27 | - |
| YUV | 81.53 | 174.54 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 78 | 164 | 0.65 | 0.52 | 0 | 0.36 | 228.22 | 0.48 | 0.43 |
| Hex | 39 | 4E | A4 | 41 | 34 | 0 | 24 | E4 | 30 | 2B |
| Octal | 71 | 116 | 244 | 101 | 64 | 0 | 44 | 344 | 60 | 53 |
| Binary | 111001 | 1001110 | 10100100 | 1000001 | 110100 | 0 | 100100 | 11100100 | 110000 | 101011 |
Color Harmonies of #394EA4
Complementary color
Monochromatic Colors of #394EA4
Black with #394EA4
Text Example
Text Example
White with #394EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394EA4; }
p { color: rgb(57,78,164); }
H1.HeaderClassName
{
color: #394EA4;
}
.AnyTagClassName
{
color: #394EA4;
}
</style>
background-color css
<style>
a { background-color: #394EA4; }
a { background-color: rgb(57,78,164); }
div.DivClassName
{
background-color: #394EA4;
}
.BgClassName
{
background-color: #394EA4;
}
</style>
border-color css
<style>
span { border-color: #394EA4; }
span { border-color: rgb(57,78,164); }
td.TdClassName
{
border-color: #394EA4;
}
.TagClassName
{
border-color: #394EA4;
}
</style>