Shades of Mariner #3C57AB
Tints of Mariner #3C57AB
RGB
CMYK
RGB Variations
Color information
#3C57AB (or 0x3C57AB) is known color: Mariner. HEX triplet: 3C, 57 and AB. RGB value is (60,87,171). Sum of RGB (Red+Green+Blue) = 60+87+171=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C57AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C57AB is #C3A854. Grayscale: #585858. Windows color (decimal): -12822613 or 11228988. OLE color: 11228988.
HSL color Cylindrical-coordinate representation of color #3C57AB: hue angle of 225.41º 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 #3C57AB is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 87 | 171 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.33 |
| HSL | 225.41º | 0.48% | 0.45% | - |
| HSV(B) | 225.41º | 0.65% | 0.67% | - |
| XYZ | 12.62 | 10.72 | 39.93 | - |
| YUV | 88.5 | 174.55 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 87 | 171 | 0.65 | 0.49 | 0 | 0.33 | 225.41 | 0.48 | 0.45 |
| Hex | 3C | 57 | AB | 41 | 31 | 0 | 21 | E1 | 30 | 2D |
| Octal | 74 | 127 | 253 | 101 | 61 | 0 | 41 | 341 | 60 | 55 |
| Binary | 111100 | 1010111 | 10101011 | 1000001 | 110001 | 0 | 100001 | 11100001 | 110000 | 101101 |
Color Harmonies of #3C57AB
Complementary color
Monochromatic Colors of #3C57AB
Black with #3C57AB
Text Example
Text Example
White with #3C57AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C57AB; }
p { color: rgb(60,87,171); }
H1.HeaderClassName
{
color: #3C57AB;
}
.AnyTagClassName
{
color: #3C57AB;
}
</style>
background-color css
<style>
a { background-color: #3C57AB; }
a { background-color: rgb(60,87,171); }
div.DivClassName
{
background-color: #3C57AB;
}
.BgClassName
{
background-color: #3C57AB;
}
</style>
border-color css
<style>
span { border-color: #3C57AB; }
span { border-color: rgb(60,87,171); }
td.TdClassName
{
border-color: #3C57AB;
}
.TagClassName
{
border-color: #3C57AB;
}
</style>