Shades of Mariner #3C5B94
Tints of Mariner #3C5B94
RGB
CMYK
RGB Variations
Color information
#3C5B94 (or 0x3C5B94) is known color: Mariner. HEX triplet: 3C, 5B and 94. RGB value is (60,91,148). Sum of RGB (Red+Green+Blue) = 60+91+148=299 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.07% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 148 - color contains mainly: blue. Hex color #3C5B94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5B94 is #C3A46B. Grayscale: #575757. Windows color (decimal): -12821612 or 9722684. OLE color: 9722684.
HSL color Cylindrical-coordinate representation of color #3C5B94: hue angle of 218.86º 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 #3C5B94 is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 91 | 148 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.42 |
| HSL | 218.86º | 0.42% | 0.41% | - |
| HSV(B) | 218.86º | 0.59% | 0.58% | - |
| XYZ | 10.95 | 10.58 | 29.48 | - |
| YUV | 88.23 | 161.73 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 91 | 148 | 0.59 | 0.39 | 0 | 0.42 | 218.86 | 0.42 | 0.41 |
| Hex | 3C | 5B | 94 | 3B | 27 | 0 | 2A | DB | 2A | 29 |
| Octal | 74 | 133 | 224 | 73 | 47 | 0 | 52 | 333 | 52 | 51 |
| Binary | 111100 | 1011011 | 10010100 | 111011 | 100111 | 0 | 101010 | 11011011 | 101010 | 101001 |
Color Harmonies of #3C5B94
Complementary color
Monochromatic Colors of #3C5B94
Black with #3C5B94
Text Example
Text Example
White with #3C5B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5B94; }
p { color: rgb(60,91,148); }
H1.HeaderClassName
{
color: #3C5B94;
}
.AnyTagClassName
{
color: #3C5B94;
}
</style>
background-color css
<style>
a { background-color: #3C5B94; }
a { background-color: rgb(60,91,148); }
div.DivClassName
{
background-color: #3C5B94;
}
.BgClassName
{
background-color: #3C5B94;
}
</style>
border-color css
<style>
span { border-color: #3C5B94; }
span { border-color: rgb(60,91,148); }
td.TdClassName
{
border-color: #3C5B94;
}
.TagClassName
{
border-color: #3C5B94;
}
</style>