Shades of Mariner #394DA3
Tints of Mariner #394DA3
RGB
CMYK
RGB Variations
Color information
#394DA3 (or 0x394DA3) is known color: Mariner. HEX triplet: 39, 4D and A3. RGB value is (57,77,163). Sum of RGB (Red+Green+Blue) = 57+77+163=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 163 (64.06% from 255 or 54.88% from 297); Max value from RGB is 163 - color contains mainly: blue. Hex color #394DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394DA3 is #C6B25C. Grayscale: #505050. Windows color (decimal): -13021789 or 10702137. OLE color: 10702137.
HSL color Cylindrical-coordinate representation of color #394DA3: hue angle of 228.68º 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 #394DA3 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 57 | 77 | 163 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.36 |
| HSL | 228.68º | 0.48% | 0.43% | - |
| HSV(B) | 228.68º | 0.65% | 0.64% | - |
| XYZ | 10.95 | 8.82 | 35.78 | - |
| YUV | 80.82 | 174.37 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 77 | 163 | 0.65 | 0.53 | 0 | 0.36 | 228.68 | 0.48 | 0.43 |
| Hex | 39 | 4D | A3 | 41 | 35 | 0 | 24 | E5 | 30 | 2B |
| Octal | 71 | 115 | 243 | 101 | 65 | 0 | 44 | 345 | 60 | 53 |
| Binary | 111001 | 1001101 | 10100011 | 1000001 | 110101 | 0 | 100100 | 11100101 | 110000 | 101011 |
Color Harmonies of #394DA3
Complementary color
Monochromatic Colors of #394DA3
Black with #394DA3
Text Example
Text Example
White with #394DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394DA3; }
p { color: rgb(57,77,163); }
H1.HeaderClassName
{
color: #394DA3;
}
.AnyTagClassName
{
color: #394DA3;
}
</style>
background-color css
<style>
a { background-color: #394DA3; }
a { background-color: rgb(57,77,163); }
div.DivClassName
{
background-color: #394DA3;
}
.BgClassName
{
background-color: #394DA3;
}
</style>
border-color css
<style>
span { border-color: #394DA3; }
span { border-color: rgb(57,77,163); }
td.TdClassName
{
border-color: #394DA3;
}
.TagClassName
{
border-color: #394DA3;
}
</style>