Shades of Mariner #3D6495
Tints of Mariner #3D6495
RGB
CMYK
RGB Variations
Color information
#3D6495 (or 0x3D6495) is known color: Mariner. HEX triplet: 3D, 64 and 95. RGB value is (61,100,149). Sum of RGB (Red+Green+Blue) = 61+100+149=310 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.68% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #3D6495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6495 is #C29B6A. Grayscale: #5D5D5D. Windows color (decimal): -12753771 or 9790525. OLE color: 9790525.
HSL color Cylindrical-coordinate representation of color #3D6495: hue angle of 213.41º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D6495 is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 100 | 149 | - |
| CMYK | 0.59 | 0.33 | 0 | 0.42 |
| HSL | 213.41º | 0.42% | 0.41% | - |
| HSV(B) | 213.41º | 0.59% | 0.58% | - |
| XYZ | 11.91 | 12.28 | 30.18 | - |
| YUV | 93.93 | 159.08 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 100 | 149 | 0.59 | 0.33 | 0 | 0.42 | 213.41 | 0.42 | 0.41 |
| Hex | 3D | 64 | 95 | 3B | 21 | 0 | 2A | D5 | 2A | 29 |
| Octal | 75 | 144 | 225 | 73 | 41 | 0 | 52 | 325 | 52 | 51 |
| Binary | 111101 | 1100100 | 10010101 | 111011 | 100001 | 0 | 101010 | 11010101 | 101010 | 101001 |
Color Harmonies of #3D6495
Complementary color
Monochromatic Colors of #3D6495
Black with #3D6495
Text Example
Text Example
White with #3D6495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6495; }
p { color: rgb(61,100,149); }
H1.HeaderClassName
{
color: #3D6495;
}
.AnyTagClassName
{
color: #3D6495;
}
</style>
background-color css
<style>
a { background-color: #3D6495; }
a { background-color: rgb(61,100,149); }
div.DivClassName
{
background-color: #3D6495;
}
.BgClassName
{
background-color: #3D6495;
}
</style>
border-color css
<style>
span { border-color: #3D6495; }
span { border-color: rgb(61,100,149); }
td.TdClassName
{
border-color: #3D6495;
}
.TagClassName
{
border-color: #3D6495;
}
</style>