Shades of Mariner #3C6DAD
Tints of Mariner #3C6DAD
RGB
CMYK
RGB Variations
Color information
#3C6DAD (or 0x3C6DAD) is known color: Mariner. HEX triplet: 3C, 6D and AD. RGB value is (60,109,173). Sum of RGB (Red+Green+Blue) = 60+109+173=342 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.54% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C6DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6DAD is #C39252. Grayscale: #656565. Windows color (decimal): -12816979 or 11365692. OLE color: 11365692.
HSL color Cylindrical-coordinate representation of color #3C6DAD: hue angle of 213.98º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C6DAD is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 109 | 173 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.32 |
| HSL | 213.98º | 0.48% | 0.46% | - |
| HSV(B) | 213.98º | 0.65% | 0.68% | - |
| XYZ | 14.87 | 14.92 | 41.63 | - |
| YUV | 101.65 | 168.27 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 109 | 173 | 0.65 | 0.37 | 0 | 0.32 | 213.98 | 0.48 | 0.46 |
| Hex | 3C | 6D | AD | 41 | 25 | 0 | 20 | D6 | 30 | 2E |
| Octal | 74 | 155 | 255 | 101 | 45 | 0 | 40 | 326 | 60 | 56 |
| Binary | 111100 | 1101101 | 10101101 | 1000001 | 100101 | 0 | 100000 | 11010110 | 110000 | 101110 |
Color Harmonies of #3C6DAD
Complementary color
Monochromatic Colors of #3C6DAD
Black with #3C6DAD
Text Example
Text Example
White with #3C6DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6DAD; }
p { color: rgb(60,109,173); }
H1.HeaderClassName
{
color: #3C6DAD;
}
.AnyTagClassName
{
color: #3C6DAD;
}
</style>
background-color css
<style>
a { background-color: #3C6DAD; }
a { background-color: rgb(60,109,173); }
div.DivClassName
{
background-color: #3C6DAD;
}
.BgClassName
{
background-color: #3C6DAD;
}
</style>
border-color css
<style>
span { border-color: #3C6DAD; }
span { border-color: rgb(60,109,173); }
td.TdClassName
{
border-color: #3C6DAD;
}
.TagClassName
{
border-color: #3C6DAD;
}
</style>