Shades of Mariner #3C6BAD
Tints of Mariner #3C6BAD
RGB
CMYK
RGB Variations
Color information
#3C6BAD (or 0x3C6BAD) is known color: Mariner. HEX triplet: 3C, 6B and AD. RGB value is (60,107,173). Sum of RGB (Red+Green+Blue) = 60+107+173=340 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.65% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C6BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6BAD is #C39452. Grayscale: #646464. Windows color (decimal): -12817491 or 11365180. OLE color: 11365180.
HSL color Cylindrical-coordinate representation of color #3C6BAD: hue angle of 215.04º 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 #3C6BAD is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 107 | 173 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.32 |
| HSL | 215.04º | 0.48% | 0.46% | - |
| HSV(B) | 215.04º | 0.65% | 0.68% | - |
| XYZ | 14.66 | 14.49 | 41.56 | - |
| YUV | 100.47 | 168.93 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 107 | 173 | 0.65 | 0.38 | 0 | 0.32 | 215.04 | 0.48 | 0.46 |
| Hex | 3C | 6B | AD | 41 | 26 | 0 | 20 | D7 | 30 | 2E |
| Octal | 74 | 153 | 255 | 101 | 46 | 0 | 40 | 327 | 60 | 56 |
| Binary | 111100 | 1101011 | 10101101 | 1000001 | 100110 | 0 | 100000 | 11010111 | 110000 | 101110 |
Color Harmonies of #3C6BAD
Complementary color
Monochromatic Colors of #3C6BAD
Black with #3C6BAD
Text Example
Text Example
White with #3C6BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6BAD; }
p { color: rgb(60,107,173); }
H1.HeaderClassName
{
color: #3C6BAD;
}
.AnyTagClassName
{
color: #3C6BAD;
}
</style>
background-color css
<style>
a { background-color: #3C6BAD; }
a { background-color: rgb(60,107,173); }
div.DivClassName
{
background-color: #3C6BAD;
}
.BgClassName
{
background-color: #3C6BAD;
}
</style>
border-color css
<style>
span { border-color: #3C6BAD; }
span { border-color: rgb(60,107,173); }
td.TdClassName
{
border-color: #3C6BAD;
}
.TagClassName
{
border-color: #3C6BAD;
}
</style>