Shades of Mariner #3C5E94
Tints of Mariner #3C5E94
RGB
CMYK
RGB Variations
Color information
#3C5E94 (or 0x3C5E94) is known color: Mariner. HEX triplet: 3C, 5E and 94. RGB value is (60,94,148). Sum of RGB (Red+Green+Blue) = 60+94+148=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 148 (58.20% from 255 or 49.01% from 302); Max value from RGB is 148 - color contains mainly: blue. Hex color #3C5E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5E94 is #C3A16B. Grayscale: #595959. Windows color (decimal): -12820844 or 9723452. OLE color: 9723452.
HSL color Cylindrical-coordinate representation of color #3C5E94: hue angle of 216.82º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C5E94 is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 94 | 148 | - |
| CMYK | 0.59 | 0.36 | 0 | 0.42 |
| HSL | 216.82º | 0.42% | 0.41% | - |
| HSV(B) | 216.82º | 0.59% | 0.58% | - |
| XYZ | 11.21 | 11.1 | 29.57 | - |
| YUV | 89.99 | 160.74 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 94 | 148 | 0.59 | 0.36 | 0 | 0.42 | 216.82 | 0.42 | 0.41 |
| Hex | 3C | 5E | 94 | 3B | 24 | 0 | 2A | D9 | 2A | 29 |
| Octal | 74 | 136 | 224 | 73 | 44 | 0 | 52 | 331 | 52 | 51 |
| Binary | 111100 | 1011110 | 10010100 | 111011 | 100100 | 0 | 101010 | 11011001 | 101010 | 101001 |
Color Harmonies of #3C5E94
Complementary color
Monochromatic Colors of #3C5E94
Black with #3C5E94
Text Example
Text Example
White with #3C5E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5E94; }
p { color: rgb(60,94,148); }
H1.HeaderClassName
{
color: #3C5E94;
}
.AnyTagClassName
{
color: #3C5E94;
}
</style>
background-color css
<style>
a { background-color: #3C5E94; }
a { background-color: rgb(60,94,148); }
div.DivClassName
{
background-color: #3C5E94;
}
.BgClassName
{
background-color: #3C5E94;
}
</style>
border-color css
<style>
span { border-color: #3C5E94; }
span { border-color: rgb(60,94,148); }
td.TdClassName
{
border-color: #3C5E94;
}
.TagClassName
{
border-color: #3C5E94;
}
</style>