Shades of Mariner #3D6395
Tints of Mariner #3D6395
RGB
CMYK
RGB Variations
Color information
#3D6395 (or 0x3D6395) is known color: Mariner. HEX triplet: 3D, 63 and 95. RGB value is (61,99,149). Sum of RGB (Red+Green+Blue) = 61+99+149=309 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.74% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 149 - color contains mainly: blue. Hex color #3D6395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6395 is #C29C6A. Grayscale: #5D5D5D. Windows color (decimal): -12754027 or 9790269. OLE color: 9790269.
HSL color Cylindrical-coordinate representation of color #3D6395: hue angle of 214.09º 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 #3D6395 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 99 | 149 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.42 |
| HSL | 214.09º | 0.42% | 0.41% | - |
| HSV(B) | 214.09º | 0.59% | 0.58% | - |
| XYZ | 11.81 | 12.09 | 30.14 | - |
| YUV | 93.34 | 159.41 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 99 | 149 | 0.59 | 0.34 | 0 | 0.42 | 214.09 | 0.42 | 0.41 |
| Hex | 3D | 63 | 95 | 3B | 22 | 0 | 2A | D6 | 2A | 29 |
| Octal | 75 | 143 | 225 | 73 | 42 | 0 | 52 | 326 | 52 | 51 |
| Binary | 111101 | 1100011 | 10010101 | 111011 | 100010 | 0 | 101010 | 11010110 | 101010 | 101001 |
Color Harmonies of #3D6395
Complementary color
Monochromatic Colors of #3D6395
Black with #3D6395
Text Example
Text Example
White with #3D6395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6395; }
p { color: rgb(61,99,149); }
H1.HeaderClassName
{
color: #3D6395;
}
.AnyTagClassName
{
color: #3D6395;
}
</style>
background-color css
<style>
a { background-color: #3D6395; }
a { background-color: rgb(61,99,149); }
div.DivClassName
{
background-color: #3D6395;
}
.BgClassName
{
background-color: #3D6395;
}
</style>
border-color css
<style>
span { border-color: #3D6395; }
span { border-color: rgb(61,99,149); }
td.TdClassName
{
border-color: #3D6395;
}
.TagClassName
{
border-color: #3D6395;
}
</style>