Shades of Mariner #3D618E
Tints of Mariner #3D618E
RGB
CMYK
RGB Variations
Color information
#3D618E (or 0x3D618E) is known color: Mariner. HEX triplet: 3D, 61 and 8E. RGB value is (61,97,142). Sum of RGB (Red+Green+Blue) = 61+97+142=300 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.33% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 142 (55.86% from 255 or 47.33% from 300); Max value from RGB is 142 - color contains mainly: blue. Hex color #3D618E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D618E is #C29E71. Grayscale: #5B5B5B. Windows color (decimal): -12754546 or 9331005. OLE color: 9331005.
HSL color Cylindrical-coordinate representation of color #3D618E: hue angle of 213.33º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D618E is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 61 | 97 | 142 | - |
| CMYK | 0.57 | 0.32 | 0 | 0.44 |
| HSL | 213.33º | 0.4% | 0.4% | - |
| HSV(B) | 213.33º | 0.57% | 0.56% | - |
| XYZ | 11.08 | 11.49 | 27.23 | - |
| YUV | 91.37 | 156.57 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 97 | 142 | 0.57 | 0.32 | 0 | 0.44 | 213.33 | 0.4 | 0.4 |
| Hex | 3D | 61 | 8E | 39 | 20 | 0 | 2C | D5 | 28 | 28 |
| Octal | 75 | 141 | 216 | 71 | 40 | 0 | 54 | 325 | 50 | 50 |
| Binary | 111101 | 1100001 | 10001110 | 111001 | 100000 | 0 | 101100 | 11010101 | 101000 | 101000 |
Color Harmonies of #3D618E
Complementary color
Monochromatic Colors of #3D618E
Black with #3D618E
Text Example
Text Example
White with #3D618E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D618E; }
p { color: rgb(61,97,142); }
H1.HeaderClassName
{
color: #3D618E;
}
.AnyTagClassName
{
color: #3D618E;
}
</style>
background-color css
<style>
a { background-color: #3D618E; }
a { background-color: rgb(61,97,142); }
div.DivClassName
{
background-color: #3D618E;
}
.BgClassName
{
background-color: #3D618E;
}
</style>
border-color css
<style>
span { border-color: #3D618E; }
span { border-color: rgb(61,97,142); }
td.TdClassName
{
border-color: #3D618E;
}
.TagClassName
{
border-color: #3D618E;
}
</style>