Shades of Mariner #3B5E93
Tints of Mariner #3B5E93
RGB
CMYK
RGB Variations
Color information
#3B5E93 (or 0x3B5E93) is known color: Mariner. HEX triplet: 3B, 5E and 93. RGB value is (59,94,147). Sum of RGB (Red+Green+Blue) = 59+94+147=300 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.67% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #3B5E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5E93 is #C4A16C. Grayscale: #595959. Windows color (decimal): -12886381 or 9657915. OLE color: 9657915.
HSL color Cylindrical-coordinate representation of color #3B5E93: hue angle of 216.14º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B5E93 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 59 | 94 | 147 | - |
| CMYK | 0.60 | 0.36 | 0 | 0.42 |
| HSL | 216.14º | 0.43% | 0.4% | - |
| HSV(B) | 216.14º | 0.6% | 0.58% | - |
| XYZ | 11.07 | 11.04 | 29.15 | - |
| YUV | 89.58 | 160.4 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 94 | 147 | 0.60 | 0.36 | 0 | 0.42 | 216.14 | 0.43 | 0.4 |
| Hex | 3B | 5E | 93 | 3C | 24 | 0 | 2A | D8 | 2B | 28 |
| Octal | 73 | 136 | 223 | 74 | 44 | 0 | 52 | 330 | 53 | 50 |
| Binary | 111011 | 1011110 | 10010011 | 111100 | 100100 | 0 | 101010 | 11011000 | 101011 | 101000 |
Color Harmonies of #3B5E93
Complementary color
Monochromatic Colors of #3B5E93
Black with #3B5E93
Text Example
Text Example
White with #3B5E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5E93; }
p { color: rgb(59,94,147); }
H1.HeaderClassName
{
color: #3B5E93;
}
.AnyTagClassName
{
color: #3B5E93;
}
</style>
background-color css
<style>
a { background-color: #3B5E93; }
a { background-color: rgb(59,94,147); }
div.DivClassName
{
background-color: #3B5E93;
}
.BgClassName
{
background-color: #3B5E93;
}
</style>
border-color css
<style>
span { border-color: #3B5E93; }
span { border-color: rgb(59,94,147); }
td.TdClassName
{
border-color: #3B5E93;
}
.TagClassName
{
border-color: #3B5E93;
}
</style>