Shades of Mariner #3D599F
Tints of Mariner #3D599F
RGB
CMYK
RGB Variations
Color information
#3D599F (or 0x3D599F) is known color: Mariner. HEX triplet: 3D, 59 and 9F. RGB value is (61,89,159). Sum of RGB (Red+Green+Blue) = 61+89+159=309 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.74% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #3D599F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D599F is #C2A660. Grayscale: #585858. Windows color (decimal): -12756577 or 10443069. OLE color: 10443069.
HSL color Cylindrical-coordinate representation of color #3D599F: hue angle of 222.86º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D599F is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 61 | 89 | 159 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.38 |
| HSL | 222.86º | 0.45% | 0.43% | - |
| HSV(B) | 222.86º | 0.62% | 0.62% | - |
| XYZ | 11.75 | 10.64 | 34.24 | - |
| YUV | 88.61 | 167.72 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 89 | 159 | 0.62 | 0.44 | 0 | 0.38 | 222.86 | 0.45 | 0.43 |
| Hex | 3D | 59 | 9F | 3E | 2C | 0 | 26 | DF | 2D | 2B |
| Octal | 75 | 131 | 237 | 76 | 54 | 0 | 46 | 337 | 55 | 53 |
| Binary | 111101 | 1011001 | 10011111 | 111110 | 101100 | 0 | 100110 | 11011111 | 101101 | 101011 |
Color Harmonies of #3D599F
Complementary color
Monochromatic Colors of #3D599F
Black with #3D599F
Text Example
Text Example
White with #3D599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D599F; }
p { color: rgb(61,89,159); }
H1.HeaderClassName
{
color: #3D599F;
}
.AnyTagClassName
{
color: #3D599F;
}
</style>
background-color css
<style>
a { background-color: #3D599F; }
a { background-color: rgb(61,89,159); }
div.DivClassName
{
background-color: #3D599F;
}
.BgClassName
{
background-color: #3D599F;
}
</style>
border-color css
<style>
span { border-color: #3D599F; }
span { border-color: rgb(61,89,159); }
td.TdClassName
{
border-color: #3D599F;
}
.TagClassName
{
border-color: #3D599F;
}
</style>