Shades of Mariner #3C6497
Tints of Mariner #3C6497
RGB
CMYK
RGB Variations
Color information
#3C6497 (or 0x3C6497) is known color: Mariner. HEX triplet: 3C, 64 and 97. RGB value is (60,100,151). Sum of RGB (Red+Green+Blue) = 60+100+151=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 151 (59.38% from 255 or 48.55% from 311); Max value from RGB is 151 - color contains mainly: blue. Hex color #3C6497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6497 is #C39B68. Grayscale: #5D5D5D. Windows color (decimal): -12819305 or 9921596. OLE color: 9921596.
HSL color Cylindrical-coordinate representation of color #3C6497: hue angle of 213.63º 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 #3C6497 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 60 | 100 | 151 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.41 |
| HSL | 213.63º | 0.43% | 0.41% | - |
| HSV(B) | 213.63º | 0.6% | 0.59% | - |
| XYZ | 12.01 | 12.31 | 31.02 | - |
| YUV | 93.85 | 160.25 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 100 | 151 | 0.60 | 0.34 | 0 | 0.41 | 213.63 | 0.43 | 0.41 |
| Hex | 3C | 64 | 97 | 3C | 22 | 0 | 29 | D6 | 2B | 29 |
| Octal | 74 | 144 | 227 | 74 | 42 | 0 | 51 | 326 | 53 | 51 |
| Binary | 111100 | 1100100 | 10010111 | 111100 | 100010 | 0 | 101001 | 11010110 | 101011 | 101001 |
Color Harmonies of #3C6497
Complementary color
Monochromatic Colors of #3C6497
Black with #3C6497
Text Example
Text Example
White with #3C6497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6497; }
p { color: rgb(60,100,151); }
H1.HeaderClassName
{
color: #3C6497;
}
.AnyTagClassName
{
color: #3C6497;
}
</style>
background-color css
<style>
a { background-color: #3C6497; }
a { background-color: rgb(60,100,151); }
div.DivClassName
{
background-color: #3C6497;
}
.BgClassName
{
background-color: #3C6497;
}
</style>
border-color css
<style>
span { border-color: #3C6497; }
span { border-color: rgb(60,100,151); }
td.TdClassName
{
border-color: #3C6497;
}
.TagClassName
{
border-color: #3C6497;
}
</style>