Shades of Mariner #3C5FAE
Tints of Mariner #3C5FAE
RGB
CMYK
RGB Variations
Color information
#3C5FAE (or 0x3C5FAE) is known color: Mariner. HEX triplet: 3C, 5F and AE. RGB value is (60,95,174). Sum of RGB (Red+Green+Blue) = 60+95+174=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C5FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5FAE is #C3A051. Grayscale: #5D5D5D. Windows color (decimal): -12820562 or 11427644. OLE color: 11427644.
HSL color Cylindrical-coordinate representation of color #3C5FAE: hue angle of 221.58º 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 #3C5FAE is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 95 | 174 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.32 |
| HSL | 221.58º | 0.49% | 0.46% | - |
| HSV(B) | 221.58º | 0.66% | 0.68% | - |
| XYZ | 13.6 | 12.2 | 41.68 | - |
| YUV | 93.54 | 173.4 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 95 | 174 | 0.66 | 0.45 | 0 | 0.32 | 221.58 | 0.49 | 0.46 |
| Hex | 3C | 5F | AE | 42 | 2D | 0 | 20 | DE | 31 | 2E |
| Octal | 74 | 137 | 256 | 102 | 55 | 0 | 40 | 336 | 61 | 56 |
| Binary | 111100 | 1011111 | 10101110 | 1000010 | 101101 | 0 | 100000 | 11011110 | 110001 | 101110 |
Color Harmonies of #3C5FAE
Complementary color
Monochromatic Colors of #3C5FAE
Black with #3C5FAE
Text Example
Text Example
White with #3C5FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5FAE; }
p { color: rgb(60,95,174); }
H1.HeaderClassName
{
color: #3C5FAE;
}
.AnyTagClassName
{
color: #3C5FAE;
}
</style>
background-color css
<style>
a { background-color: #3C5FAE; }
a { background-color: rgb(60,95,174); }
div.DivClassName
{
background-color: #3C5FAE;
}
.BgClassName
{
background-color: #3C5FAE;
}
</style>
border-color css
<style>
span { border-color: #3C5FAE; }
span { border-color: rgb(60,95,174); }
td.TdClassName
{
border-color: #3C5FAE;
}
.TagClassName
{
border-color: #3C5FAE;
}
</style>