Shades of Mariner #3C6695
Tints of Mariner #3C6695
RGB
CMYK
RGB Variations
Color information
#3C6695 (or 0x3C6695) is known color: Mariner. HEX triplet: 3C, 66 and 95. RGB value is (60,102,149). Sum of RGB (Red+Green+Blue) = 60+102+149=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #3C6695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6695 is #C3996A. Grayscale: #5E5E5E. Windows color (decimal): -12818795 or 9791036. OLE color: 9791036.
HSL color Cylindrical-coordinate representation of color #3C6695: hue angle of 211.69º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C6695 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 102 | 149 | - |
| CMYK | 0.60 | 0.32 | 0 | 0.42 |
| HSL | 211.69º | 0.43% | 0.41% | - |
| HSV(B) | 211.69º | 0.6% | 0.58% | - |
| XYZ | 12.04 | 12.63 | 30.24 | - |
| YUV | 94.8 | 158.59 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 102 | 149 | 0.60 | 0.32 | 0 | 0.42 | 211.69 | 0.43 | 0.41 |
| Hex | 3C | 66 | 95 | 3C | 20 | 0 | 2A | D4 | 2B | 29 |
| Octal | 74 | 146 | 225 | 74 | 40 | 0 | 52 | 324 | 53 | 51 |
| Binary | 111100 | 1100110 | 10010101 | 111100 | 100000 | 0 | 101010 | 11010100 | 101011 | 101001 |
Color Harmonies of #3C6695
Complementary color
Monochromatic Colors of #3C6695
Black with #3C6695
Text Example
Text Example
White with #3C6695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6695; }
p { color: rgb(60,102,149); }
H1.HeaderClassName
{
color: #3C6695;
}
.AnyTagClassName
{
color: #3C6695;
}
</style>
background-color css
<style>
a { background-color: #3C6695; }
a { background-color: rgb(60,102,149); }
div.DivClassName
{
background-color: #3C6695;
}
.BgClassName
{
background-color: #3C6695;
}
</style>
border-color css
<style>
span { border-color: #3C6695; }
span { border-color: rgb(60,102,149); }
td.TdClassName
{
border-color: #3C6695;
}
.TagClassName
{
border-color: #3C6695;
}
</style>