Shades of Mariner #3D5C9E
Tints of Mariner #3D5C9E
RGB
CMYK
RGB Variations
Color information
#3D5C9E (or 0x3D5C9E) is known color: Mariner. HEX triplet: 3D, 5C and 9E. RGB value is (61,92,158). Sum of RGB (Red+Green+Blue) = 61+92+158=311 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.61% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 158 (62.11% from 255 or 50.80% from 311); Max value from RGB is 158 - color contains mainly: blue. Hex color #3D5C9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5C9E is #C2A361. Grayscale: #595959. Windows color (decimal): -12755810 or 10378301. OLE color: 10378301.
HSL color Cylindrical-coordinate representation of color #3D5C9E: hue angle of 220.82º 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 #3D5C9E is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 61 | 92 | 158 | - |
| CMYK | 0.61 | 0.42 | 0 | 0.38 |
| HSL | 220.82º | 0.44% | 0.43% | - |
| HSV(B) | 220.82º | 0.61% | 0.62% | - |
| XYZ | 11.92 | 11.12 | 33.86 | - |
| YUV | 90.26 | 166.23 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 92 | 158 | 0.61 | 0.42 | 0 | 0.38 | 220.82 | 0.44 | 0.43 |
| Hex | 3D | 5C | 9E | 3D | 2A | 0 | 26 | DD | 2C | 2B |
| Octal | 75 | 134 | 236 | 75 | 52 | 0 | 46 | 335 | 54 | 53 |
| Binary | 111101 | 1011100 | 10011110 | 111101 | 101010 | 0 | 100110 | 11011101 | 101100 | 101011 |
Color Harmonies of #3D5C9E
Complementary color
Monochromatic Colors of #3D5C9E
Black with #3D5C9E
Text Example
Text Example
White with #3D5C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5C9E; }
p { color: rgb(61,92,158); }
H1.HeaderClassName
{
color: #3D5C9E;
}
.AnyTagClassName
{
color: #3D5C9E;
}
</style>
background-color css
<style>
a { background-color: #3D5C9E; }
a { background-color: rgb(61,92,158); }
div.DivClassName
{
background-color: #3D5C9E;
}
.BgClassName
{
background-color: #3D5C9E;
}
</style>
border-color css
<style>
span { border-color: #3D5C9E; }
span { border-color: rgb(61,92,158); }
td.TdClassName
{
border-color: #3D5C9E;
}
.TagClassName
{
border-color: #3D5C9E;
}
</style>