Shades of Mariner #3C6DAE
Tints of Mariner #3C6DAE
RGB
CMYK
RGB Variations
Color information
#3C6DAE (or 0x3C6DAE) is known color: Mariner. HEX triplet: 3C, 6D and AE. RGB value is (60,109,174). Sum of RGB (Red+Green+Blue) = 60+109+174=343 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.49% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C6DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6DAE is #C39251. Grayscale: #656565. Windows color (decimal): -12816978 or 11431228. OLE color: 11431228.
HSL color Cylindrical-coordinate representation of color #3C6DAE: hue angle of 214.21º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C6DAE is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 109 | 174 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.32 |
| HSL | 214.21º | 0.49% | 0.46% | - |
| HSV(B) | 214.21º | 0.66% | 0.68% | - |
| XYZ | 14.97 | 14.95 | 42.14 | - |
| YUV | 101.76 | 168.77 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 109 | 174 | 0.66 | 0.37 | 0 | 0.32 | 214.21 | 0.49 | 0.46 |
| Hex | 3C | 6D | AE | 42 | 25 | 0 | 20 | D6 | 31 | 2E |
| Octal | 74 | 155 | 256 | 102 | 45 | 0 | 40 | 326 | 61 | 56 |
| Binary | 111100 | 1101101 | 10101110 | 1000010 | 100101 | 0 | 100000 | 11010110 | 110001 | 101110 |
Color Harmonies of #3C6DAE
Complementary color
Monochromatic Colors of #3C6DAE
Black with #3C6DAE
Text Example
Text Example
White with #3C6DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6DAE; }
p { color: rgb(60,109,174); }
H1.HeaderClassName
{
color: #3C6DAE;
}
.AnyTagClassName
{
color: #3C6DAE;
}
</style>
background-color css
<style>
a { background-color: #3C6DAE; }
a { background-color: rgb(60,109,174); }
div.DivClassName
{
background-color: #3C6DAE;
}
.BgClassName
{
background-color: #3C6DAE;
}
</style>
border-color css
<style>
span { border-color: #3C6DAE; }
span { border-color: rgb(60,109,174); }
td.TdClassName
{
border-color: #3C6DAE;
}
.TagClassName
{
border-color: #3C6DAE;
}
</style>