Shades of Mariner #3B619B
Tints of Mariner #3B619B
RGB
CMYK
RGB Variations
Color information
#3B619B (or 0x3B619B) is known color: Mariner. HEX triplet: 3B, 61 and 9B. RGB value is (59,97,155). Sum of RGB (Red+Green+Blue) = 59+97+155=311 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.97% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #3B619B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B619B is #C49E64. Grayscale: #5B5B5B. Windows color (decimal): -12885605 or 10182971. OLE color: 10182971.
HSL color Cylindrical-coordinate representation of color #3B619B: hue angle of 216.25º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B619B is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 59 | 97 | 155 | - |
| CMYK | 0.62 | 0.37 | 0 | 0.39 |
| HSL | 216.25º | 0.45% | 0.42% | - |
| HSV(B) | 216.25º | 0.62% | 0.61% | - |
| XYZ | 11.99 | 11.85 | 32.66 | - |
| YUV | 92.25 | 163.41 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 97 | 155 | 0.62 | 0.37 | 0 | 0.39 | 216.25 | 0.45 | 0.42 |
| Hex | 3B | 61 | 9B | 3E | 25 | 0 | 27 | D8 | 2D | 2A |
| Octal | 73 | 141 | 233 | 76 | 45 | 0 | 47 | 330 | 55 | 52 |
| Binary | 111011 | 1100001 | 10011011 | 111110 | 100101 | 0 | 100111 | 11011000 | 101101 | 101010 |
Color Harmonies of #3B619B
Complementary color
Monochromatic Colors of #3B619B
Black with #3B619B
Text Example
Text Example
White with #3B619B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B619B; }
p { color: rgb(59,97,155); }
H1.HeaderClassName
{
color: #3B619B;
}
.AnyTagClassName
{
color: #3B619B;
}
</style>
background-color css
<style>
a { background-color: #3B619B; }
a { background-color: rgb(59,97,155); }
div.DivClassName
{
background-color: #3B619B;
}
.BgClassName
{
background-color: #3B619B;
}
</style>
border-color css
<style>
span { border-color: #3B619B; }
span { border-color: rgb(59,97,155); }
td.TdClassName
{
border-color: #3B619B;
}
.TagClassName
{
border-color: #3B619B;
}
</style>