Shades of Mariner #39589D
Tints of Mariner #39589D
RGB
CMYK
RGB Variations
Color information
#39589D (or 0x39589D) is known color: Mariner. HEX triplet: 39, 58 and 9D. RGB value is (57,88,157). Sum of RGB (Red+Green+Blue) = 57+88+157=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #39589D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39589D is #C6A762. Grayscale: #565656. Windows color (decimal): -13018979 or 10311737. OLE color: 10311737.
HSL color Cylindrical-coordinate representation of color #39589D: hue angle of 221.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 #39589D is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 88 | 157 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.38 |
| HSL | 221.4º | 0.47% | 0.42% | - |
| HSV(B) | 221.4º | 0.64% | 0.62% | - |
| XYZ | 11.26 | 10.28 | 33.29 | - |
| YUV | 86.6 | 167.73 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 88 | 157 | 0.64 | 0.44 | 0 | 0.38 | 221.4 | 0.47 | 0.42 |
| Hex | 39 | 58 | 9D | 40 | 2C | 0 | 26 | DD | 2F | 2A |
| Octal | 71 | 130 | 235 | 100 | 54 | 0 | 46 | 335 | 57 | 52 |
| Binary | 111001 | 1011000 | 10011101 | 1000000 | 101100 | 0 | 100110 | 11011101 | 101111 | 101010 |
Color Harmonies of #39589D
Complementary color
Monochromatic Colors of #39589D
Black with #39589D
Text Example
Text Example
White with #39589D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39589D; }
p { color: rgb(57,88,157); }
H1.HeaderClassName
{
color: #39589D;
}
.AnyTagClassName
{
color: #39589D;
}
</style>
background-color css
<style>
a { background-color: #39589D; }
a { background-color: rgb(57,88,157); }
div.DivClassName
{
background-color: #39589D;
}
.BgClassName
{
background-color: #39589D;
}
</style>
border-color css
<style>
span { border-color: #39589D; }
span { border-color: rgb(57,88,157); }
td.TdClassName
{
border-color: #39589D;
}
.TagClassName
{
border-color: #39589D;
}
</style>