Shades of Mariner #3C6697
Tints of Mariner #3C6697
RGB
CMYK
RGB Variations
Color information
#3C6697 (or 0x3C6697) is known color: Mariner. HEX triplet: 3C, 66 and 97. RGB value is (60,102,151). Sum of RGB (Red+Green+Blue) = 60+102+151=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 151 (59.38% from 255 or 48.24% from 313); Max value from RGB is 151 - color contains mainly: blue. Hex color #3C6697 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6697 is #C39968. Grayscale: #5E5E5E. Windows color (decimal): -12818793 or 9922108. OLE color: 9922108.
HSL color Cylindrical-coordinate representation of color #3C6697: hue angle of 212.31º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C6697 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 60 | 102 | 151 | - |
| CMYK | 0.60 | 0.32 | 0 | 0.41 |
| HSL | 212.31º | 0.43% | 0.41% | - |
| HSV(B) | 212.31º | 0.6% | 0.59% | - |
| XYZ | 12.2 | 12.7 | 31.09 | - |
| YUV | 95.03 | 159.59 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 102 | 151 | 0.60 | 0.32 | 0 | 0.41 | 212.31 | 0.43 | 0.41 |
| Hex | 3C | 66 | 97 | 3C | 20 | 0 | 29 | D4 | 2B | 29 |
| Octal | 74 | 146 | 227 | 74 | 40 | 0 | 51 | 324 | 53 | 51 |
| Binary | 111100 | 1100110 | 10010111 | 111100 | 100000 | 0 | 101001 | 11010100 | 101011 | 101001 |
Color Harmonies of #3C6697
Complementary color
Monochromatic Colors of #3C6697
Black with #3C6697
Text Example
Text Example
White with #3C6697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6697; }
p { color: rgb(60,102,151); }
H1.HeaderClassName
{
color: #3C6697;
}
.AnyTagClassName
{
color: #3C6697;
}
</style>
background-color css
<style>
a { background-color: #3C6697; }
a { background-color: rgb(60,102,151); }
div.DivClassName
{
background-color: #3C6697;
}
.BgClassName
{
background-color: #3C6697;
}
</style>
border-color css
<style>
span { border-color: #3C6697; }
span { border-color: rgb(60,102,151); }
td.TdClassName
{
border-color: #3C6697;
}
.TagClassName
{
border-color: #3C6697;
}
</style>