Shades of Mariner #3C6AAA
Tints of Mariner #3C6AAA
RGB
CMYK
RGB Variations
Color information
#3C6AAA (or 0x3C6AAA) is known color: Mariner. HEX triplet: 3C, 6A and AA. RGB value is (60,106,170). Sum of RGB (Red+Green+Blue) = 60+106+170=336 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.86% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C6AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6AAA is #C39555. Grayscale: #636363. Windows color (decimal): -12817750 or 11168316. OLE color: 11168316.
HSL color Cylindrical-coordinate representation of color #3C6AAA: hue angle of 214.91º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C6AAA is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 106 | 170 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.33 |
| HSL | 214.91º | 0.48% | 0.45% | - |
| HSV(B) | 214.91º | 0.65% | 0.67% | - |
| XYZ | 14.27 | 14.17 | 40.01 | - |
| YUV | 99.54 | 167.76 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 106 | 170 | 0.65 | 0.38 | 0 | 0.33 | 214.91 | 0.48 | 0.45 |
| Hex | 3C | 6A | AA | 41 | 26 | 0 | 21 | D7 | 30 | 2D |
| Octal | 74 | 152 | 252 | 101 | 46 | 0 | 41 | 327 | 60 | 55 |
| Binary | 111100 | 1101010 | 10101010 | 1000001 | 100110 | 0 | 100001 | 11010111 | 110000 | 101101 |
Color Harmonies of #3C6AAA
Complementary color
Monochromatic Colors of #3C6AAA
Black with #3C6AAA
Text Example
Text Example
White with #3C6AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6AAA; }
p { color: rgb(60,106,170); }
H1.HeaderClassName
{
color: #3C6AAA;
}
.AnyTagClassName
{
color: #3C6AAA;
}
</style>
background-color css
<style>
a { background-color: #3C6AAA; }
a { background-color: rgb(60,106,170); }
div.DivClassName
{
background-color: #3C6AAA;
}
.BgClassName
{
background-color: #3C6AAA;
}
</style>
border-color css
<style>
span { border-color: #3C6AAA; }
span { border-color: rgb(60,106,170); }
td.TdClassName
{
border-color: #3C6AAA;
}
.TagClassName
{
border-color: #3C6AAA;
}
</style>