Shades of Mariner #3C6591
Tints of Mariner #3C6591
RGB
CMYK
RGB Variations
Color information
#3C6591 (or 0x3C6591) is known color: Mariner. HEX triplet: 3C, 65 and 91. RGB value is (60,101,145). Sum of RGB (Red+Green+Blue) = 60+101+145=306 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.61% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 145 (57.03% from 255 or 47.39% from 306); Max value from RGB is 145 - color contains mainly: blue. Hex color #3C6591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6591 is #C39A6E. Grayscale: #5D5D5D. Windows color (decimal): -12819055 or 9528636. OLE color: 9528636.
HSL color Cylindrical-coordinate representation of color #3C6591: hue angle of 211.06º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C6591 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 60 | 101 | 145 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.43 |
| HSL | 211.06º | 0.41% | 0.4% | - |
| HSV(B) | 211.06º | 0.59% | 0.57% | - |
| XYZ | 11.63 | 12.31 | 28.55 | - |
| YUV | 93.76 | 156.92 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 101 | 145 | 0.59 | 0.30 | 0 | 0.43 | 211.06 | 0.41 | 0.4 |
| Hex | 3C | 65 | 91 | 3B | 1E | 0 | 2B | D3 | 29 | 28 |
| Octal | 74 | 145 | 221 | 73 | 36 | 0 | 53 | 323 | 51 | 50 |
| Binary | 111100 | 1100101 | 10010001 | 111011 | 11110 | 0 | 101011 | 11010011 | 101001 | 101000 |
Color Harmonies of #3C6591
Complementary color
Monochromatic Colors of #3C6591
Black with #3C6591
Text Example
Text Example
White with #3C6591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6591; }
p { color: rgb(60,101,145); }
H1.HeaderClassName
{
color: #3C6591;
}
.AnyTagClassName
{
color: #3C6591;
}
</style>
background-color css
<style>
a { background-color: #3C6591; }
a { background-color: rgb(60,101,145); }
div.DivClassName
{
background-color: #3C6591;
}
.BgClassName
{
background-color: #3C6591;
}
</style>
border-color css
<style>
span { border-color: #3C6591; }
span { border-color: rgb(60,101,145); }
td.TdClassName
{
border-color: #3C6591;
}
.TagClassName
{
border-color: #3C6591;
}
</style>