Shades of Mariner #395899
Tints of Mariner #395899
RGB
CMYK
RGB Variations
Color information
#395899 (or 0x395899) is known color: Mariner. HEX triplet: 39, 58 and 99. RGB value is (57,88,153). Sum of RGB (Red+Green+Blue) = 57+88+153=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #395899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395899 is #C6A766. Grayscale: #555555. Windows color (decimal): -13018983 or 10049593. OLE color: 10049593.
HSL color Cylindrical-coordinate representation of color #395899: hue angle of 220.62º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #395899 is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 57 | 88 | 153 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.4 |
| HSL | 220.63º | 0.46% | 0.41% | - |
| HSV(B) | 220.63º | 0.63% | 0.6% | - |
| XYZ | 10.93 | 10.15 | 31.52 | - |
| YUV | 86.14 | 165.73 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 88 | 153 | 0.63 | 0.42 | 0 | 0.4 | 220.63 | 0.46 | 0.41 |
| Hex | 39 | 58 | 99 | 3F | 2A | 0 | 28 | DD | 2E | 29 |
| Octal | 71 | 130 | 231 | 77 | 52 | 0 | 50 | 335 | 56 | 51 |
| Binary | 111001 | 1011000 | 10011001 | 111111 | 101010 | 0 | 101000 | 11011101 | 101110 | 101001 |
Color Harmonies of #395899
Complementary color
Monochromatic Colors of #395899
Black with #395899
Text Example
Text Example
White with #395899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395899; }
p { color: rgb(57,88,153); }
H1.HeaderClassName
{
color: #395899;
}
.AnyTagClassName
{
color: #395899;
}
</style>
background-color css
<style>
a { background-color: #395899; }
a { background-color: rgb(57,88,153); }
div.DivClassName
{
background-color: #395899;
}
.BgClassName
{
background-color: #395899;
}
</style>
border-color css
<style>
span { border-color: #395899; }
span { border-color: rgb(57,88,153); }
td.TdClassName
{
border-color: #395899;
}
.TagClassName
{
border-color: #395899;
}
</style>