Shades of Mariner #3D679F
Tints of Mariner #3D679F
RGB
CMYK
RGB Variations
Color information
#3D679F (or 0x3D679F) is known color: Mariner. HEX triplet: 3D, 67 and 9F. RGB value is (61,103,159). Sum of RGB (Red+Green+Blue) = 61+103+159=323 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.89% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 159 - color contains mainly: blue. Hex color #3D679F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D679F is #C29860. Grayscale: #606060. Windows color (decimal): -12752993 or 10446653. OLE color: 10446653.
HSL color Cylindrical-coordinate representation of color #3D679F: hue angle of 214.29º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D679F is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 61 | 103 | 159 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.38 |
| HSL | 214.29º | 0.45% | 0.43% | - |
| HSV(B) | 214.29º | 0.62% | 0.62% | - |
| XYZ | 13.03 | 13.2 | 34.66 | - |
| YUV | 96.83 | 163.09 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 103 | 159 | 0.62 | 0.35 | 0 | 0.38 | 214.29 | 0.45 | 0.43 |
| Hex | 3D | 67 | 9F | 3E | 23 | 0 | 26 | D6 | 2D | 2B |
| Octal | 75 | 147 | 237 | 76 | 43 | 0 | 46 | 326 | 55 | 53 |
| Binary | 111101 | 1100111 | 10011111 | 111110 | 100011 | 0 | 100110 | 11010110 | 101101 | 101011 |
Color Harmonies of #3D679F
Complementary color
Monochromatic Colors of #3D679F
Black with #3D679F
Text Example
Text Example
White with #3D679F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D679F; }
p { color: rgb(61,103,159); }
H1.HeaderClassName
{
color: #3D679F;
}
.AnyTagClassName
{
color: #3D679F;
}
</style>
background-color css
<style>
a { background-color: #3D679F; }
a { background-color: rgb(61,103,159); }
div.DivClassName
{
background-color: #3D679F;
}
.BgClassName
{
background-color: #3D679F;
}
</style>
border-color css
<style>
span { border-color: #3D679F; }
span { border-color: rgb(61,103,159); }
td.TdClassName
{
border-color: #3D679F;
}
.TagClassName
{
border-color: #3D679F;
}
</style>