Shades of Mariner #3D689B
Tints of Mariner #3D689B
RGB
CMYK
RGB Variations
Color information
#3D689B (or 0x3D689B) is known color: Mariner. HEX triplet: 3D, 68 and 9B. RGB value is (61,104,155). Sum of RGB (Red+Green+Blue) = 61+104+155=320 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.06% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D689B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D689B is #C29764. Grayscale: #606060. Windows color (decimal): -12752741 or 10184765. OLE color: 10184765.
HSL color Cylindrical-coordinate representation of color #3D689B: hue angle of 212.55º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D689B is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 61 | 104 | 155 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.39 |
| HSL | 212.55º | 0.44% | 0.42% | - |
| HSV(B) | 212.55º | 0.61% | 0.61% | - |
| XYZ | 12.79 | 13.26 | 32.9 | - |
| YUV | 96.96 | 160.75 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 104 | 155 | 0.61 | 0.33 | 0 | 0.39 | 212.55 | 0.44 | 0.42 |
| Hex | 3D | 68 | 9B | 3D | 21 | 0 | 27 | D5 | 2C | 2A |
| Octal | 75 | 150 | 233 | 75 | 41 | 0 | 47 | 325 | 54 | 52 |
| Binary | 111101 | 1101000 | 10011011 | 111101 | 100001 | 0 | 100111 | 11010101 | 101100 | 101010 |
Color Harmonies of #3D689B
Complementary color
Monochromatic Colors of #3D689B
Black with #3D689B
Text Example
Text Example
White with #3D689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D689B; }
p { color: rgb(61,104,155); }
H1.HeaderClassName
{
color: #3D689B;
}
.AnyTagClassName
{
color: #3D689B;
}
</style>
background-color css
<style>
a { background-color: #3D689B; }
a { background-color: rgb(61,104,155); }
div.DivClassName
{
background-color: #3D689B;
}
.BgClassName
{
background-color: #3D689B;
}
</style>
border-color css
<style>
span { border-color: #3D689B; }
span { border-color: rgb(61,104,155); }
td.TdClassName
{
border-color: #3D689B;
}
.TagClassName
{
border-color: #3D689B;
}
</style>