Shades of Mariner #3B619F
Tints of Mariner #3B619F
RGB
CMYK
RGB Variations
Color information
#3B619F (or 0x3B619F) is known color: Mariner. HEX triplet: 3B, 61 and 9F. RGB value is (59,97,159). Sum of RGB (Red+Green+Blue) = 59+97+159=315 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.73% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 159 (62.5% from 255 or 50.48% from 315); Max value from RGB is 159 - color contains mainly: blue. Hex color #3B619F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B619F is #C49E60. Grayscale: #5C5C5C. Windows color (decimal): -12885601 or 10445115. OLE color: 10445115.
HSL color Cylindrical-coordinate representation of color #3B619F: hue angle of 217.2º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B619F is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 97 | 159 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.38 |
| HSL | 217.2º | 0.46% | 0.43% | - |
| HSV(B) | 217.2º | 0.63% | 0.62% | - |
| XYZ | 12.34 | 11.98 | 34.46 | - |
| YUV | 92.71 | 165.41 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 97 | 159 | 0.63 | 0.39 | 0 | 0.38 | 217.2 | 0.46 | 0.43 |
| Hex | 3B | 61 | 9F | 3F | 27 | 0 | 26 | D9 | 2E | 2B |
| Octal | 73 | 141 | 237 | 77 | 47 | 0 | 46 | 331 | 56 | 53 |
| Binary | 111011 | 1100001 | 10011111 | 111111 | 100111 | 0 | 100110 | 11011001 | 101110 | 101011 |
Color Harmonies of #3B619F
Complementary color
Monochromatic Colors of #3B619F
Black with #3B619F
Text Example
Text Example
White with #3B619F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B619F; }
p { color: rgb(59,97,159); }
H1.HeaderClassName
{
color: #3B619F;
}
.AnyTagClassName
{
color: #3B619F;
}
</style>
background-color css
<style>
a { background-color: #3B619F; }
a { background-color: rgb(59,97,159); }
div.DivClassName
{
background-color: #3B619F;
}
.BgClassName
{
background-color: #3B619F;
}
</style>
border-color css
<style>
span { border-color: #3B619F; }
span { border-color: rgb(59,97,159); }
td.TdClassName
{
border-color: #3B619F;
}
.TagClassName
{
border-color: #3B619F;
}
</style>