Shades of Mariner #3D6099
Tints of Mariner #3D6099
RGB
CMYK
RGB Variations
Color information
#3D6099 (or 0x3D6099) is known color: Mariner. HEX triplet: 3D, 60 and 99. RGB value is (61,96,153). Sum of RGB (Red+Green+Blue) = 61+96+153=310 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.68% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #3D6099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6099 is #C29F66. Grayscale: #5B5B5B. Windows color (decimal): -12754791 or 10051645. OLE color: 10051645.
HSL color Cylindrical-coordinate representation of color #3D6099: hue angle of 217.17º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D6099 is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 61 | 96 | 153 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.4 |
| HSL | 217.17º | 0.43% | 0.42% | - |
| HSV(B) | 217.17º | 0.6% | 0.6% | - |
| XYZ | 11.86 | 11.66 | 31.76 | - |
| YUV | 92.03 | 162.4 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 96 | 153 | 0.60 | 0.37 | 0 | 0.4 | 217.17 | 0.43 | 0.42 |
| Hex | 3D | 60 | 99 | 3C | 25 | 0 | 28 | D9 | 2B | 2A |
| Octal | 75 | 140 | 231 | 74 | 45 | 0 | 50 | 331 | 53 | 52 |
| Binary | 111101 | 1100000 | 10011001 | 111100 | 100101 | 0 | 101000 | 11011001 | 101011 | 101010 |
Color Harmonies of #3D6099
Complementary color
Monochromatic Colors of #3D6099
Black with #3D6099
Text Example
Text Example
White with #3D6099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6099; }
p { color: rgb(61,96,153); }
H1.HeaderClassName
{
color: #3D6099;
}
.AnyTagClassName
{
color: #3D6099;
}
</style>
background-color css
<style>
a { background-color: #3D6099; }
a { background-color: rgb(61,96,153); }
div.DivClassName
{
background-color: #3D6099;
}
.BgClassName
{
background-color: #3D6099;
}
</style>
border-color css
<style>
span { border-color: #3D6099; }
span { border-color: rgb(61,96,153); }
td.TdClassName
{
border-color: #3D6099;
}
.TagClassName
{
border-color: #3D6099;
}
</style>