Shades of Mariner #3D6390
Tints of Mariner #3D6390
RGB
CMYK
RGB Variations
Color information
#3D6390 (or 0x3D6390) is known color: Mariner. HEX triplet: 3D, 63 and 90. RGB value is (61,99,144). Sum of RGB (Red+Green+Blue) = 61+99+144=304 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.07% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 144 - color contains mainly: blue. Hex color #3D6390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6390 is #C29C6F. Grayscale: #5C5C5C. Windows color (decimal): -12754032 or 9462589. OLE color: 9462589.
HSL color Cylindrical-coordinate representation of color #3D6390: hue angle of 212.53º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D6390 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 61 | 99 | 144 | - |
| CMYK | 0.58 | 0.31 | 0 | 0.44 |
| HSL | 212.53º | 0.4% | 0.4% | - |
| HSV(B) | 212.53º | 0.58% | 0.56% | - |
| XYZ | 11.42 | 11.93 | 28.09 | - |
| YUV | 92.77 | 156.91 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 99 | 144 | 0.58 | 0.31 | 0 | 0.44 | 212.53 | 0.4 | 0.4 |
| Hex | 3D | 63 | 90 | 3A | 1F | 0 | 2C | D5 | 28 | 28 |
| Octal | 75 | 143 | 220 | 72 | 37 | 0 | 54 | 325 | 50 | 50 |
| Binary | 111101 | 1100011 | 10010000 | 111010 | 11111 | 0 | 101100 | 11010101 | 101000 | 101000 |
Color Harmonies of #3D6390
Complementary color
Monochromatic Colors of #3D6390
Black with #3D6390
Text Example
Text Example
White with #3D6390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6390; }
p { color: rgb(61,99,144); }
H1.HeaderClassName
{
color: #3D6390;
}
.AnyTagClassName
{
color: #3D6390;
}
</style>
background-color css
<style>
a { background-color: #3D6390; }
a { background-color: rgb(61,99,144); }
div.DivClassName
{
background-color: #3D6390;
}
.BgClassName
{
background-color: #3D6390;
}
</style>
border-color css
<style>
span { border-color: #3D6390; }
span { border-color: rgb(61,99,144); }
td.TdClassName
{
border-color: #3D6390;
}
.TagClassName
{
border-color: #3D6390;
}
</style>