Shades of Mariner #396294
Tints of Mariner #396294
RGB
CMYK
RGB Variations
Color information
#396294 (or 0x396294) is known color: Mariner. HEX triplet: 39, 62 and 94. RGB value is (57,98,148). Sum of RGB (Red+Green+Blue) = 57+98+148=303 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.81% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #396294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396294 is #C69D6B. Grayscale: #5B5B5B. Windows color (decimal): -13016428 or 9724473. OLE color: 9724473.
HSL color Cylindrical-coordinate representation of color #396294: hue angle of 212.97º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #396294 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 98 | 148 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.42 |
| HSL | 212.97º | 0.44% | 0.4% | - |
| HSV(B) | 212.97º | 0.61% | 0.58% | - |
| XYZ | 11.4 | 11.74 | 29.68 | - |
| YUV | 91.44 | 159.92 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 98 | 148 | 0.61 | 0.34 | 0 | 0.42 | 212.97 | 0.44 | 0.4 |
| Hex | 39 | 62 | 94 | 3D | 22 | 0 | 2A | D5 | 2C | 28 |
| Octal | 71 | 142 | 224 | 75 | 42 | 0 | 52 | 325 | 54 | 50 |
| Binary | 111001 | 1100010 | 10010100 | 111101 | 100010 | 0 | 101010 | 11010101 | 101100 | 101000 |
Color Harmonies of #396294
Complementary color
Monochromatic Colors of #396294
Black with #396294
Text Example
Text Example
White with #396294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396294; }
p { color: rgb(57,98,148); }
H1.HeaderClassName
{
color: #396294;
}
.AnyTagClassName
{
color: #396294;
}
</style>
background-color css
<style>
a { background-color: #396294; }
a { background-color: rgb(57,98,148); }
div.DivClassName
{
background-color: #396294;
}
.BgClassName
{
background-color: #396294;
}
</style>
border-color css
<style>
span { border-color: #396294; }
span { border-color: rgb(57,98,148); }
td.TdClassName
{
border-color: #396294;
}
.TagClassName
{
border-color: #396294;
}
</style>