Shades of Mariner #3D569B
Tints of Mariner #3D569B
RGB
CMYK
RGB Variations
Color information
#3D569B (or 0x3D569B) is known color: Mariner. HEX triplet: 3D, 56 and 9B. RGB value is (61,86,155). Sum of RGB (Red+Green+Blue) = 61+86+155=302 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.20% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D569B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D569B is #C2A964. Grayscale: #565656. Windows color (decimal): -12757349 or 10180157. OLE color: 10180157.
HSL color Cylindrical-coordinate representation of color #3D569B: hue angle of 224.04º 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 #3D569B is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 61 | 86 | 155 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.39 |
| HSL | 224.04º | 0.44% | 0.42% | - |
| HSV(B) | 224.04º | 0.61% | 0.61% | - |
| XYZ | 11.17 | 10.01 | 32.35 | - |
| YUV | 86.39 | 166.72 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 86 | 155 | 0.61 | 0.45 | 0 | 0.39 | 224.04 | 0.44 | 0.42 |
| Hex | 3D | 56 | 9B | 3D | 2D | 0 | 27 | E0 | 2C | 2A |
| Octal | 75 | 126 | 233 | 75 | 55 | 0 | 47 | 340 | 54 | 52 |
| Binary | 111101 | 1010110 | 10011011 | 111101 | 101101 | 0 | 100111 | 11100000 | 101100 | 101010 |
Color Harmonies of #3D569B
Complementary color
Monochromatic Colors of #3D569B
Black with #3D569B
Text Example
Text Example
White with #3D569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D569B; }
p { color: rgb(61,86,155); }
H1.HeaderClassName
{
color: #3D569B;
}
.AnyTagClassName
{
color: #3D569B;
}
</style>
background-color css
<style>
a { background-color: #3D569B; }
a { background-color: rgb(61,86,155); }
div.DivClassName
{
background-color: #3D569B;
}
.BgClassName
{
background-color: #3D569B;
}
</style>
border-color css
<style>
span { border-color: #3D569B; }
span { border-color: rgb(61,86,155); }
td.TdClassName
{
border-color: #3D569B;
}
.TagClassName
{
border-color: #3D569B;
}
</style>