Shades of Mariner #3C6DB6
Tints of Mariner #3C6DB6
RGB
CMYK
RGB Variations
Color information
#3C6DB6 (or 0x3C6DB6) is known color: Mariner. HEX triplet: 3C, 6D and B6. RGB value is (60,109,182). Sum of RGB (Red+Green+Blue) = 60+109+182=351 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.09% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 182 (71.48% from 255 or 51.85% from 351); Max value from RGB is 182 - color contains mainly: blue. Hex color #3C6DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6DB6 is #C39249. Grayscale: #666666. Windows color (decimal): -12816970 or 11955516. OLE color: 11955516.
HSL color Cylindrical-coordinate representation of color #3C6DB6: hue angle of 215.9º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C6DB6 is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 109 | 182 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.29 |
| HSL | 215.9º | 0.5% | 0.47% | - |
| HSV(B) | 215.9º | 0.67% | 0.71% | - |
| XYZ | 15.78 | 15.28 | 46.37 | - |
| YUV | 102.67 | 172.77 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 109 | 182 | 0.67 | 0.40 | 0 | 0.29 | 215.9 | 0.5 | 0.47 |
| Hex | 3C | 6D | B6 | 43 | 28 | 0 | 1D | D8 | 32 | 2F |
| Octal | 74 | 155 | 266 | 103 | 50 | 0 | 35 | 330 | 62 | 57 |
| Binary | 111100 | 1101101 | 10110110 | 1000011 | 101000 | 0 | 11101 | 11011000 | 110010 | 101111 |
Color Harmonies of #3C6DB6
Complementary color
Monochromatic Colors of #3C6DB6
Black with #3C6DB6
Text Example
Text Example
White with #3C6DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6DB6; }
p { color: rgb(60,109,182); }
H1.HeaderClassName
{
color: #3C6DB6;
}
.AnyTagClassName
{
color: #3C6DB6;
}
</style>
background-color css
<style>
a { background-color: #3C6DB6; }
a { background-color: rgb(60,109,182); }
div.DivClassName
{
background-color: #3C6DB6;
}
.BgClassName
{
background-color: #3C6DB6;
}
</style>
border-color css
<style>
span { border-color: #3C6DB6; }
span { border-color: rgb(60,109,182); }
td.TdClassName
{
border-color: #3C6DB6;
}
.TagClassName
{
border-color: #3C6DB6;
}
</style>