Shades of Mariner #3D5E9D
Tints of Mariner #3D5E9D
RGB
CMYK
RGB Variations
Color information
#3D5E9D (or 0x3D5E9D) is known color: Mariner. HEX triplet: 3D, 5E and 9D. RGB value is (61,94,157). Sum of RGB (Red+Green+Blue) = 61+94+157=312 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.55% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #3D5E9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5E9D is #C2A162. Grayscale: #5B5B5B. Windows color (decimal): -12755299 or 10313277. OLE color: 10313277.
HSL color Cylindrical-coordinate representation of color #3D5E9D: hue angle of 219.38º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D5E9D is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 61 | 94 | 157 | - |
| CMYK | 0.61 | 0.40 | 0 | 0.38 |
| HSL | 219.38º | 0.44% | 0.43% | - |
| HSV(B) | 219.38º | 0.61% | 0.62% | - |
| XYZ | 12.01 | 11.43 | 33.47 | - |
| YUV | 91.32 | 165.07 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 94 | 157 | 0.61 | 0.40 | 0 | 0.38 | 219.38 | 0.44 | 0.43 |
| Hex | 3D | 5E | 9D | 3D | 28 | 0 | 26 | DB | 2C | 2B |
| Octal | 75 | 136 | 235 | 75 | 50 | 0 | 46 | 333 | 54 | 53 |
| Binary | 111101 | 1011110 | 10011101 | 111101 | 101000 | 0 | 100110 | 11011011 | 101100 | 101011 |
Color Harmonies of #3D5E9D
Complementary color
Monochromatic Colors of #3D5E9D
Black with #3D5E9D
Text Example
Text Example
White with #3D5E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5E9D; }
p { color: rgb(61,94,157); }
H1.HeaderClassName
{
color: #3D5E9D;
}
.AnyTagClassName
{
color: #3D5E9D;
}
</style>
background-color css
<style>
a { background-color: #3D5E9D; }
a { background-color: rgb(61,94,157); }
div.DivClassName
{
background-color: #3D5E9D;
}
.BgClassName
{
background-color: #3D5E9D;
}
</style>
border-color css
<style>
span { border-color: #3D5E9D; }
span { border-color: rgb(61,94,157); }
td.TdClassName
{
border-color: #3D5E9D;
}
.TagClassName
{
border-color: #3D5E9D;
}
</style>