Shades of Mariner #3B679F
Tints of Mariner #3B679F
RGB
CMYK
RGB Variations
Color information
#3B679F (or 0x3B679F) is known color: Mariner. HEX triplet: 3B, 67 and 9F. RGB value is (59,103,159). Sum of RGB (Red+Green+Blue) = 59+103+159=321 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.38% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #3B679F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B679F is #C49860. Grayscale: #5F5F5F. Windows color (decimal): -12884065 or 10446651. OLE color: 10446651.
HSL color Cylindrical-coordinate representation of color #3B679F: hue angle of 213.6º 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 #3B679F is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 103 | 159 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.38 |
| HSL | 213.6º | 0.46% | 0.43% | - |
| HSV(B) | 213.6º | 0.63% | 0.62% | - |
| XYZ | 12.91 | 13.13 | 34.66 | - |
| YUV | 96.23 | 163.42 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 103 | 159 | 0.63 | 0.35 | 0 | 0.38 | 213.6 | 0.46 | 0.43 |
| Hex | 3B | 67 | 9F | 3F | 23 | 0 | 26 | D6 | 2E | 2B |
| Octal | 73 | 147 | 237 | 77 | 43 | 0 | 46 | 326 | 56 | 53 |
| Binary | 111011 | 1100111 | 10011111 | 111111 | 100011 | 0 | 100110 | 11010110 | 101110 | 101011 |
Color Harmonies of #3B679F
Complementary color
Monochromatic Colors of #3B679F
Black with #3B679F
Text Example
Text Example
White with #3B679F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B679F; }
p { color: rgb(59,103,159); }
H1.HeaderClassName
{
color: #3B679F;
}
.AnyTagClassName
{
color: #3B679F;
}
</style>
background-color css
<style>
a { background-color: #3B679F; }
a { background-color: rgb(59,103,159); }
div.DivClassName
{
background-color: #3B679F;
}
.BgClassName
{
background-color: #3B679F;
}
</style>
border-color css
<style>
span { border-color: #3B679F; }
span { border-color: rgb(59,103,159); }
td.TdClassName
{
border-color: #3B679F;
}
.TagClassName
{
border-color: #3B679F;
}
</style>