Shades of Mariner #395698
Tints of Mariner #395698
RGB
CMYK
RGB Variations
Color information
#395698 (or 0x395698) is known color: Mariner. HEX triplet: 39, 56 and 98. RGB value is (57,86,152). Sum of RGB (Red+Green+Blue) = 57+86+152=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 152 (59.77% from 255 or 51.53% from 295); Max value from RGB is 152 - color contains mainly: blue. Hex color #395698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395698 is #C6A967. Grayscale: #545454. Windows color (decimal): -13019496 or 9983545. OLE color: 9983545.
HSL color Cylindrical-coordinate representation of color #395698: hue angle of 221.68º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #395698 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 86 | 152 | - |
| CMYK | 0.62 | 0.43 | 0 | 0.40 |
| HSL | 221.68º | 0.45% | 0.41% | - |
| HSV(B) | 221.68º | 0.63% | 0.6% | - |
| XYZ | 10.68 | 9.79 | 31.03 | - |
| YUV | 84.85 | 165.89 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 86 | 152 | 0.62 | 0.43 | 0 | 0.40 | 221.68 | 0.45 | 0.41 |
| Hex | 39 | 56 | 98 | 3E | 2B | 0 | 28 | DE | 2D | 29 |
| Octal | 71 | 126 | 230 | 76 | 53 | 0 | 50 | 336 | 55 | 51 |
| Binary | 111001 | 1010110 | 10011000 | 111110 | 101011 | 0 | 101000 | 11011110 | 101101 | 101001 |
Color Harmonies of #395698
Complementary color
Monochromatic Colors of #395698
Black with #395698
Text Example
Text Example
White with #395698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395698; }
p { color: rgb(57,86,152); }
H1.HeaderClassName
{
color: #395698;
}
.AnyTagClassName
{
color: #395698;
}
</style>
background-color css
<style>
a { background-color: #395698; }
a { background-color: rgb(57,86,152); }
div.DivClassName
{
background-color: #395698;
}
.BgClassName
{
background-color: #395698;
}
</style>
border-color css
<style>
span { border-color: #395698; }
span { border-color: rgb(57,86,152); }
td.TdClassName
{
border-color: #395698;
}
.TagClassName
{
border-color: #395698;
}
</style>