Shades of Mariner #395EAC
Tints of Mariner #395EAC
RGB
CMYK
RGB Variations
Color information
#395EAC (or 0x395EAC) is known color: Mariner. HEX triplet: 39, 5E and AC. RGB value is (57,94,172). Sum of RGB (Red+Green+Blue) = 57+94+172=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #395EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395EAC is #C6A153. Grayscale: #5B5B5B. Windows color (decimal): -13017428 or 11296313. OLE color: 11296313.
HSL color Cylindrical-coordinate representation of color #395EAC: hue angle of 220.7º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #395EAC is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 94 | 172 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.33 |
| HSL | 220.7º | 0.5% | 0.45% | - |
| HSV(B) | 220.7º | 0.67% | 0.67% | - |
| XYZ | 13.14 | 11.85 | 40.63 | - |
| YUV | 91.83 | 173.24 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 94 | 172 | 0.67 | 0.45 | 0 | 0.33 | 220.7 | 0.5 | 0.45 |
| Hex | 39 | 5E | AC | 43 | 2D | 0 | 21 | DD | 32 | 2D |
| Octal | 71 | 136 | 254 | 103 | 55 | 0 | 41 | 335 | 62 | 55 |
| Binary | 111001 | 1011110 | 10101100 | 1000011 | 101101 | 0 | 100001 | 11011101 | 110010 | 101101 |
Color Harmonies of #395EAC
Complementary color
Monochromatic Colors of #395EAC
Black with #395EAC
Text Example
Text Example
White with #395EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395EAC; }
p { color: rgb(57,94,172); }
H1.HeaderClassName
{
color: #395EAC;
}
.AnyTagClassName
{
color: #395EAC;
}
</style>
background-color css
<style>
a { background-color: #395EAC; }
a { background-color: rgb(57,94,172); }
div.DivClassName
{
background-color: #395EAC;
}
.BgClassName
{
background-color: #395EAC;
}
</style>
border-color css
<style>
span { border-color: #395EAC; }
span { border-color: rgb(57,94,172); }
td.TdClassName
{
border-color: #395EAC;
}
.TagClassName
{
border-color: #395EAC;
}
</style>