Shades of Mariner #3C569D
Tints of Mariner #3C569D
RGB
CMYK
RGB Variations
Color information
#3C569D (or 0x3C569D) is known color: Mariner. HEX triplet: 3C, 56 and 9D. RGB value is (60,86,157). Sum of RGB (Red+Green+Blue) = 60+86+157=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #3C569D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C569D is #C3A962. Grayscale: #565656. Windows color (decimal): -12822883 or 10311228. OLE color: 10311228.
HSL color Cylindrical-coordinate representation of color #3C569D: hue angle of 223.92º 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 #3C569D is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 86 | 157 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.38 |
| HSL | 223.92º | 0.45% | 0.43% | - |
| HSV(B) | 223.92º | 0.62% | 0.62% | - |
| XYZ | 11.28 | 10.05 | 33.24 | - |
| YUV | 86.32 | 167.89 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 86 | 157 | 0.62 | 0.45 | 0 | 0.38 | 223.92 | 0.45 | 0.43 |
| Hex | 3C | 56 | 9D | 3E | 2D | 0 | 26 | E0 | 2D | 2B |
| Octal | 74 | 126 | 235 | 76 | 55 | 0 | 46 | 340 | 55 | 53 |
| Binary | 111100 | 1010110 | 10011101 | 111110 | 101101 | 0 | 100110 | 11100000 | 101101 | 101011 |
Color Harmonies of #3C569D
Complementary color
Monochromatic Colors of #3C569D
Black with #3C569D
Text Example
Text Example
White with #3C569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C569D; }
p { color: rgb(60,86,157); }
H1.HeaderClassName
{
color: #3C569D;
}
.AnyTagClassName
{
color: #3C569D;
}
</style>
background-color css
<style>
a { background-color: #3C569D; }
a { background-color: rgb(60,86,157); }
div.DivClassName
{
background-color: #3C569D;
}
.BgClassName
{
background-color: #3C569D;
}
</style>
border-color css
<style>
span { border-color: #3C569D; }
span { border-color: rgb(60,86,157); }
td.TdClassName
{
border-color: #3C569D;
}
.TagClassName
{
border-color: #3C569D;
}
</style>