Shades of Mariner #3C5AAB
Tints of Mariner #3C5AAB
RGB
CMYK
RGB Variations
Color information
#3C5AAB (or 0x3C5AAB) is known color: Mariner. HEX triplet: 3C, 5A and AB. RGB value is (60,90,171). Sum of RGB (Red+Green+Blue) = 60+90+171=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C5AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5AAB is #C3A554. Grayscale: #595959. Windows color (decimal): -12821845 or 11229756. OLE color: 11229756.
HSL color Cylindrical-coordinate representation of color #3C5AAB: hue angle of 223.78º 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 #3C5AAB is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 90 | 171 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.33 |
| HSL | 223.78º | 0.48% | 0.45% | - |
| HSV(B) | 223.78º | 0.65% | 0.67% | - |
| XYZ | 12.87 | 11.21 | 40.01 | - |
| YUV | 90.26 | 173.56 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 90 | 171 | 0.65 | 0.47 | 0 | 0.33 | 223.78 | 0.48 | 0.45 |
| Hex | 3C | 5A | AB | 41 | 2F | 0 | 21 | E0 | 30 | 2D |
| Octal | 74 | 132 | 253 | 101 | 57 | 0 | 41 | 340 | 60 | 55 |
| Binary | 111100 | 1011010 | 10101011 | 1000001 | 101111 | 0 | 100001 | 11100000 | 110000 | 101101 |
Color Harmonies of #3C5AAB
Complementary color
Monochromatic Colors of #3C5AAB
Black with #3C5AAB
Text Example
Text Example
White with #3C5AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5AAB; }
p { color: rgb(60,90,171); }
H1.HeaderClassName
{
color: #3C5AAB;
}
.AnyTagClassName
{
color: #3C5AAB;
}
</style>
background-color css
<style>
a { background-color: #3C5AAB; }
a { background-color: rgb(60,90,171); }
div.DivClassName
{
background-color: #3C5AAB;
}
.BgClassName
{
background-color: #3C5AAB;
}
</style>
border-color css
<style>
span { border-color: #3C5AAB; }
span { border-color: rgb(60,90,171); }
td.TdClassName
{
border-color: #3C5AAB;
}
.TagClassName
{
border-color: #3C5AAB;
}
</style>