Shades of Mariner #3C6099
Tints of Mariner #3C6099
RGB
CMYK
RGB Variations
Color information
#3C6099 (or 0x3C6099) is known color: Mariner. HEX triplet: 3C, 60 and 99. RGB value is (60,96,153). Sum of RGB (Red+Green+Blue) = 60+96+153=309 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.42% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C6099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6099 is #C39F66. Grayscale: #5B5B5B. Windows color (decimal): -12820327 or 10051644. OLE color: 10051644.
HSL color Cylindrical-coordinate representation of color #3C6099: hue angle of 216.77º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C6099 is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 60 | 96 | 153 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.4 |
| HSL | 216.77º | 0.44% | 0.42% | - |
| HSV(B) | 216.77º | 0.61% | 0.6% | - |
| XYZ | 11.8 | 11.63 | 31.76 | - |
| YUV | 91.73 | 162.57 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 96 | 153 | 0.61 | 0.37 | 0 | 0.4 | 216.77 | 0.44 | 0.42 |
| Hex | 3C | 60 | 99 | 3D | 25 | 0 | 28 | D9 | 2C | 2A |
| Octal | 74 | 140 | 231 | 75 | 45 | 0 | 50 | 331 | 54 | 52 |
| Binary | 111100 | 1100000 | 10011001 | 111101 | 100101 | 0 | 101000 | 11011001 | 101100 | 101010 |
Color Harmonies of #3C6099
Complementary color
Monochromatic Colors of #3C6099
Black with #3C6099
Text Example
Text Example
White with #3C6099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6099; }
p { color: rgb(60,96,153); }
H1.HeaderClassName
{
color: #3C6099;
}
.AnyTagClassName
{
color: #3C6099;
}
</style>
background-color css
<style>
a { background-color: #3C6099; }
a { background-color: rgb(60,96,153); }
div.DivClassName
{
background-color: #3C6099;
}
.BgClassName
{
background-color: #3C6099;
}
</style>
border-color css
<style>
span { border-color: #3C6099; }
span { border-color: rgb(60,96,153); }
td.TdClassName
{
border-color: #3C6099;
}
.TagClassName
{
border-color: #3C6099;
}
</style>