Shades of Mariner #3C5EAE
Tints of Mariner #3C5EAE
RGB
CMYK
RGB Variations
Color information
#3C5EAE (or 0x3C5EAE) is known color: Mariner. HEX triplet: 3C, 5E and AE. RGB value is (60,94,174). Sum of RGB (Red+Green+Blue) = 60+94+174=328 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.29% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 174 (68.36% from 255 or 53.05% from 328); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C5EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5EAE is #C3A151. Grayscale: #5C5C5C. Windows color (decimal): -12820818 or 11427388. OLE color: 11427388.
HSL color Cylindrical-coordinate representation of color #3C5EAE: hue angle of 222.11º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C5EAE is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 94 | 174 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.32 |
| HSL | 222.11º | 0.49% | 0.46% | - |
| HSV(B) | 222.11º | 0.66% | 0.68% | - |
| XYZ | 13.51 | 12.02 | 41.65 | - |
| YUV | 92.95 | 173.74 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 94 | 174 | 0.66 | 0.46 | 0 | 0.32 | 222.11 | 0.49 | 0.46 |
| Hex | 3C | 5E | AE | 42 | 2E | 0 | 20 | DE | 31 | 2E |
| Octal | 74 | 136 | 256 | 102 | 56 | 0 | 40 | 336 | 61 | 56 |
| Binary | 111100 | 1011110 | 10101110 | 1000010 | 101110 | 0 | 100000 | 11011110 | 110001 | 101110 |
Color Harmonies of #3C5EAE
Complementary color
Monochromatic Colors of #3C5EAE
Black with #3C5EAE
Text Example
Text Example
White with #3C5EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5EAE; }
p { color: rgb(60,94,174); }
H1.HeaderClassName
{
color: #3C5EAE;
}
.AnyTagClassName
{
color: #3C5EAE;
}
</style>
background-color css
<style>
a { background-color: #3C5EAE; }
a { background-color: rgb(60,94,174); }
div.DivClassName
{
background-color: #3C5EAE;
}
.BgClassName
{
background-color: #3C5EAE;
}
</style>
border-color css
<style>
span { border-color: #3C5EAE; }
span { border-color: rgb(60,94,174); }
td.TdClassName
{
border-color: #3C5EAE;
}
.TagClassName
{
border-color: #3C5EAE;
}
</style>