Shades of Mariner #3C5993
Tints of Mariner #3C5993
RGB
CMYK
RGB Variations
Color information
#3C5993 (or 0x3C5993) is known color: Mariner. HEX triplet: 3C, 59 and 93. RGB value is (60,89,147). Sum of RGB (Red+Green+Blue) = 60+89+147=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 147 - color contains mainly: blue. Hex color #3C5993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5993 is #C3A66C. Grayscale: #565656. Windows color (decimal): -12822125 or 9656636. OLE color: 9656636.
HSL color Cylindrical-coordinate representation of color #3C5993: hue angle of 220º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C5993 is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 89 | 147 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.42 |
| HSL | 220º | 0.42% | 0.41% | - |
| HSV(B) | 220º | 0.59% | 0.58% | - |
| XYZ | 10.7 | 10.21 | 29.01 | - |
| YUV | 86.94 | 161.89 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 89 | 147 | 0.59 | 0.39 | 0 | 0.42 | 220 | 0.42 | 0.41 |
| Hex | 3C | 59 | 93 | 3B | 27 | 0 | 2A | DC | 2A | 29 |
| Octal | 74 | 131 | 223 | 73 | 47 | 0 | 52 | 334 | 52 | 51 |
| Binary | 111100 | 1011001 | 10010011 | 111011 | 100111 | 0 | 101010 | 11011100 | 101010 | 101001 |
Color Harmonies of #3C5993
Complementary color
Monochromatic Colors of #3C5993
Black with #3C5993
Text Example
Text Example
White with #3C5993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5993; }
p { color: rgb(60,89,147); }
H1.HeaderClassName
{
color: #3C5993;
}
.AnyTagClassName
{
color: #3C5993;
}
</style>
background-color css
<style>
a { background-color: #3C5993; }
a { background-color: rgb(60,89,147); }
div.DivClassName
{
background-color: #3C5993;
}
.BgClassName
{
background-color: #3C5993;
}
</style>
border-color css
<style>
span { border-color: #3C5993; }
span { border-color: rgb(60,89,147); }
td.TdClassName
{
border-color: #3C5993;
}
.TagClassName
{
border-color: #3C5993;
}
</style>