Shades of Mariner #395D9D
Tints of Mariner #395D9D
RGB
CMYK
RGB Variations
Color information
#395D9D (or 0x395D9D) is known color: Mariner. HEX triplet: 39, 5D and 9D. RGB value is (57,93,157). Sum of RGB (Red+Green+Blue) = 57+93+157=307 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.57% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 157 (61.72% from 255 or 51.14% from 307); Max value from RGB is 157 - color contains mainly: blue. Hex color #395D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395D9D is #C6A262. Grayscale: #595959. Windows color (decimal): -13017699 or 10313017. OLE color: 10313017.
HSL color Cylindrical-coordinate representation of color #395D9D: hue angle of 218.4º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #395D9D is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 93 | 157 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.38 |
| HSL | 218.4º | 0.47% | 0.42% | - |
| HSV(B) | 218.4º | 0.64% | 0.62% | - |
| XYZ | 11.69 | 11.13 | 33.43 | - |
| YUV | 89.53 | 166.07 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 93 | 157 | 0.64 | 0.41 | 0 | 0.38 | 218.4 | 0.47 | 0.42 |
| Hex | 39 | 5D | 9D | 40 | 29 | 0 | 26 | DA | 2F | 2A |
| Octal | 71 | 135 | 235 | 100 | 51 | 0 | 46 | 332 | 57 | 52 |
| Binary | 111001 | 1011101 | 10011101 | 1000000 | 101001 | 0 | 100110 | 11011010 | 101111 | 101010 |
Color Harmonies of #395D9D
Complementary color
Monochromatic Colors of #395D9D
Black with #395D9D
Text Example
Text Example
White with #395D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395D9D; }
p { color: rgb(57,93,157); }
H1.HeaderClassName
{
color: #395D9D;
}
.AnyTagClassName
{
color: #395D9D;
}
</style>
background-color css
<style>
a { background-color: #395D9D; }
a { background-color: rgb(57,93,157); }
div.DivClassName
{
background-color: #395D9D;
}
.BgClassName
{
background-color: #395D9D;
}
</style>
border-color css
<style>
span { border-color: #395D9D; }
span { border-color: rgb(57,93,157); }
td.TdClassName
{
border-color: #395D9D;
}
.TagClassName
{
border-color: #395D9D;
}
</style>