Shades of Mariner #3B619D
Tints of Mariner #3B619D
RGB
CMYK
RGB Variations
Color information
#3B619D (or 0x3B619D) is known color: Mariner. HEX triplet: 3B, 61 and 9D. RGB value is (59,97,157). Sum of RGB (Red+Green+Blue) = 59+97+157=313 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.85% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #3B619D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B619D is #C49E62. Grayscale: #5C5C5C. Windows color (decimal): -12885603 or 10314043. OLE color: 10314043.
HSL color Cylindrical-coordinate representation of color #3B619D: hue angle of 216.73º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B619D is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 97 | 157 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.38 |
| HSL | 216.73º | 0.45% | 0.42% | - |
| HSV(B) | 216.73º | 0.62% | 0.62% | - |
| XYZ | 12.16 | 11.91 | 33.56 | - |
| YUV | 92.48 | 164.41 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 97 | 157 | 0.62 | 0.38 | 0 | 0.38 | 216.73 | 0.45 | 0.42 |
| Hex | 3B | 61 | 9D | 3E | 26 | 0 | 26 | D9 | 2D | 2A |
| Octal | 73 | 141 | 235 | 76 | 46 | 0 | 46 | 331 | 55 | 52 |
| Binary | 111011 | 1100001 | 10011101 | 111110 | 100110 | 0 | 100110 | 11011001 | 101101 | 101010 |
Color Harmonies of #3B619D
Complementary color
Monochromatic Colors of #3B619D
Black with #3B619D
Text Example
Text Example
White with #3B619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B619D; }
p { color: rgb(59,97,157); }
H1.HeaderClassName
{
color: #3B619D;
}
.AnyTagClassName
{
color: #3B619D;
}
</style>
background-color css
<style>
a { background-color: #3B619D; }
a { background-color: rgb(59,97,157); }
div.DivClassName
{
background-color: #3B619D;
}
.BgClassName
{
background-color: #3B619D;
}
</style>
border-color css
<style>
span { border-color: #3B619D; }
span { border-color: rgb(59,97,157); }
td.TdClassName
{
border-color: #3B619D;
}
.TagClassName
{
border-color: #3B619D;
}
</style>