Shades of Mariner #3D569C
Tints of Mariner #3D569C
RGB
CMYK
RGB Variations
Color information
#3D569C (or 0x3D569C) is known color: Mariner. HEX triplet: 3D, 56 and 9C. RGB value is (61,86,156). Sum of RGB (Red+Green+Blue) = 61+86+156=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 156 (61.33% from 255 or 51.49% from 303); Max value from RGB is 156 - color contains mainly: blue. Hex color #3D569C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D569C is #C2A963. Grayscale: #565656. Windows color (decimal): -12757348 or 10245693. OLE color: 10245693.
HSL color Cylindrical-coordinate representation of color #3D569C: hue angle of 224.21º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D569C is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 61 | 86 | 156 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.39 |
| HSL | 224.21º | 0.44% | 0.43% | - |
| HSV(B) | 224.21º | 0.61% | 0.61% | - |
| XYZ | 11.25 | 10.05 | 32.8 | - |
| YUV | 86.51 | 167.22 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 86 | 156 | 0.61 | 0.45 | 0 | 0.39 | 224.21 | 0.44 | 0.43 |
| Hex | 3D | 56 | 9C | 3D | 2D | 0 | 27 | E0 | 2C | 2B |
| Octal | 75 | 126 | 234 | 75 | 55 | 0 | 47 | 340 | 54 | 53 |
| Binary | 111101 | 1010110 | 10011100 | 111101 | 101101 | 0 | 100111 | 11100000 | 101100 | 101011 |
Color Harmonies of #3D569C
Complementary color
Monochromatic Colors of #3D569C
Black with #3D569C
Text Example
Text Example
White with #3D569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D569C; }
p { color: rgb(61,86,156); }
H1.HeaderClassName
{
color: #3D569C;
}
.AnyTagClassName
{
color: #3D569C;
}
</style>
background-color css
<style>
a { background-color: #3D569C; }
a { background-color: rgb(61,86,156); }
div.DivClassName
{
background-color: #3D569C;
}
.BgClassName
{
background-color: #3D569C;
}
</style>
border-color css
<style>
span { border-color: #3D569C; }
span { border-color: rgb(61,86,156); }
td.TdClassName
{
border-color: #3D569C;
}
.TagClassName
{
border-color: #3D569C;
}
</style>