Shades of Mariner #3C5AA9
Tints of Mariner #3C5AA9
RGB
CMYK
RGB Variations
Color information
#3C5AA9 (or 0x3C5AA9) is known color: Mariner. HEX triplet: 3C, 5A and A9. RGB value is (60,90,169). Sum of RGB (Red+Green+Blue) = 60+90+169=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 169 (66.41% from 255 or 52.98% from 319); Max value from RGB is 169 - color contains mainly: blue. Hex color #3C5AA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5AA9 is #C3A556. Grayscale: #595959. Windows color (decimal): -12821847 or 11098684. OLE color: 11098684.
HSL color Cylindrical-coordinate representation of color #3C5AA9: hue angle of 223.49º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C5AA9 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 60 | 90 | 169 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.34 |
| HSL | 223.49º | 0.48% | 0.45% | - |
| HSV(B) | 223.49º | 0.64% | 0.66% | - |
| XYZ | 12.68 | 11.14 | 39.02 | - |
| YUV | 90.04 | 172.56 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 90 | 169 | 0.64 | 0.47 | 0 | 0.34 | 223.49 | 0.48 | 0.45 |
| Hex | 3C | 5A | A9 | 40 | 2F | 0 | 22 | DF | 30 | 2D |
| Octal | 74 | 132 | 251 | 100 | 57 | 0 | 42 | 337 | 60 | 55 |
| Binary | 111100 | 1011010 | 10101001 | 1000000 | 101111 | 0 | 100010 | 11011111 | 110000 | 101101 |
Color Harmonies of #3C5AA9
Complementary color
Monochromatic Colors of #3C5AA9
Black with #3C5AA9
Text Example
Text Example
White with #3C5AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5AA9; }
p { color: rgb(60,90,169); }
H1.HeaderClassName
{
color: #3C5AA9;
}
.AnyTagClassName
{
color: #3C5AA9;
}
</style>
background-color css
<style>
a { background-color: #3C5AA9; }
a { background-color: rgb(60,90,169); }
div.DivClassName
{
background-color: #3C5AA9;
}
.BgClassName
{
background-color: #3C5AA9;
}
</style>
border-color css
<style>
span { border-color: #3C5AA9; }
span { border-color: rgb(60,90,169); }
td.TdClassName
{
border-color: #3C5AA9;
}
.TagClassName
{
border-color: #3C5AA9;
}
</style>