Shades of Mariner #394FA2
Tints of Mariner #394FA2
RGB
CMYK
RGB Variations
Color information
#394FA2 (or 0x394FA2) is known color: Mariner. HEX triplet: 39, 4F and A2. RGB value is (57,79,162). Sum of RGB (Red+Green+Blue) = 57+79+162=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 162 (63.67% from 255 or 54.36% from 298); Max value from RGB is 162 - color contains mainly: blue. Hex color #394FA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394FA2 is #C6B05D. Grayscale: #515151. Windows color (decimal): -13021278 or 10637113. OLE color: 10637113.
HSL color Cylindrical-coordinate representation of color #394FA2: hue angle of 227.43º 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 #394FA2 is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 57 | 79 | 162 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.36 |
| HSL | 227.43º | 0.48% | 0.43% | - |
| HSV(B) | 227.43º | 0.65% | 0.64% | - |
| XYZ | 11 | 9.07 | 35.35 | - |
| YUV | 81.88 | 173.21 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 79 | 162 | 0.65 | 0.51 | 0 | 0.36 | 227.43 | 0.48 | 0.43 |
| Hex | 39 | 4F | A2 | 41 | 33 | 0 | 24 | E3 | 30 | 2B |
| Octal | 71 | 117 | 242 | 101 | 63 | 0 | 44 | 343 | 60 | 53 |
| Binary | 111001 | 1001111 | 10100010 | 1000001 | 110011 | 0 | 100100 | 11100011 | 110000 | 101011 |
Color Harmonies of #394FA2
Complementary color
Monochromatic Colors of #394FA2
Black with #394FA2
Text Example
Text Example
White with #394FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394FA2; }
p { color: rgb(57,79,162); }
H1.HeaderClassName
{
color: #394FA2;
}
.AnyTagClassName
{
color: #394FA2;
}
</style>
background-color css
<style>
a { background-color: #394FA2; }
a { background-color: rgb(57,79,162); }
div.DivClassName
{
background-color: #394FA2;
}
.BgClassName
{
background-color: #394FA2;
}
</style>
border-color css
<style>
span { border-color: #394FA2; }
span { border-color: rgb(57,79,162); }
td.TdClassName
{
border-color: #394FA2;
}
.TagClassName
{
border-color: #394FA2;
}
</style>