Shades of Mariner #3D6291
Tints of Mariner #3D6291
RGB
CMYK
RGB Variations
Color information
#3D6291 (or 0x3D6291) is known color: Mariner. HEX triplet: 3D, 62 and 91. RGB value is (61,98,145). Sum of RGB (Red+Green+Blue) = 61+98+145=304 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.07% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 145 - color contains mainly: blue. Hex color #3D6291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6291 is #C29D6E. Grayscale: #5C5C5C. Windows color (decimal): -12754287 or 9527869. OLE color: 9527869.
HSL color Cylindrical-coordinate representation of color #3D6291: hue angle of 213.57º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D6291 is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 61 | 98 | 145 | - |
| CMYK | 0.58 | 0.32 | 0 | 0.43 |
| HSL | 213.57º | 0.41% | 0.4% | - |
| HSV(B) | 213.57º | 0.58% | 0.57% | - |
| XYZ | 11.4 | 11.77 | 28.46 | - |
| YUV | 92.3 | 157.74 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 98 | 145 | 0.58 | 0.32 | 0 | 0.43 | 213.57 | 0.41 | 0.4 |
| Hex | 3D | 62 | 91 | 3A | 20 | 0 | 2B | D6 | 29 | 28 |
| Octal | 75 | 142 | 221 | 72 | 40 | 0 | 53 | 326 | 51 | 50 |
| Binary | 111101 | 1100010 | 10010001 | 111010 | 100000 | 0 | 101011 | 11010110 | 101001 | 101000 |
Color Harmonies of #3D6291
Complementary color
Monochromatic Colors of #3D6291
Black with #3D6291
Text Example
Text Example
White with #3D6291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6291; }
p { color: rgb(61,98,145); }
H1.HeaderClassName
{
color: #3D6291;
}
.AnyTagClassName
{
color: #3D6291;
}
</style>
background-color css
<style>
a { background-color: #3D6291; }
a { background-color: rgb(61,98,145); }
div.DivClassName
{
background-color: #3D6291;
}
.BgClassName
{
background-color: #3D6291;
}
</style>
border-color css
<style>
span { border-color: #3D6291; }
span { border-color: rgb(61,98,145); }
td.TdClassName
{
border-color: #3D6291;
}
.TagClassName
{
border-color: #3D6291;
}
</style>