Shades of Mariner #3C56AC
Tints of Mariner #3C56AC
RGB
CMYK
RGB Variations
Color information
#3C56AC (or 0x3C56AC) is known color: Mariner. HEX triplet: 3C, 56 and AC. RGB value is (60,86,172). Sum of RGB (Red+Green+Blue) = 60+86+172=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C56AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C56AC is #C3A953. Grayscale: #575757. Windows color (decimal): -12822868 or 11294268. OLE color: 11294268.
HSL color Cylindrical-coordinate representation of color #3C56AC: hue angle of 226.07º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C56AC is Cyan = 0.65, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 86 | 172 | - |
| CMYK | 0.65 | 0.5 | 0 | 0.33 |
| HSL | 226.07º | 0.48% | 0.45% | - |
| HSV(B) | 226.07º | 0.65% | 0.67% | - |
| XYZ | 12.64 | 10.59 | 40.41 | - |
| YUV | 88.03 | 175.39 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 86 | 172 | 0.65 | 0.5 | 0 | 0.33 | 226.07 | 0.48 | 0.45 |
| Hex | 3C | 56 | AC | 41 | 32 | 0 | 21 | E2 | 30 | 2D |
| Octal | 74 | 126 | 254 | 101 | 62 | 0 | 41 | 342 | 60 | 55 |
| Binary | 111100 | 1010110 | 10101100 | 1000001 | 110010 | 0 | 100001 | 11100010 | 110000 | 101101 |
Color Harmonies of #3C56AC
Complementary color
Monochromatic Colors of #3C56AC
Black with #3C56AC
Text Example
Text Example
White with #3C56AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C56AC; }
p { color: rgb(60,86,172); }
H1.HeaderClassName
{
color: #3C56AC;
}
.AnyTagClassName
{
color: #3C56AC;
}
</style>
background-color css
<style>
a { background-color: #3C56AC; }
a { background-color: rgb(60,86,172); }
div.DivClassName
{
background-color: #3C56AC;
}
.BgClassName
{
background-color: #3C56AC;
}
</style>
border-color css
<style>
span { border-color: #3C56AC; }
span { border-color: rgb(60,86,172); }
td.TdClassName
{
border-color: #3C56AC;
}
.TagClassName
{
border-color: #3C56AC;
}
</style>