Shades of Mariner #3B6798
Tints of Mariner #3B6798
RGB
CMYK
RGB Variations
Color information
#3B6798 (or 0x3B6798) is known color: Mariner. HEX triplet: 3B, 67 and 98. RGB value is (59,103,152). Sum of RGB (Red+Green+Blue) = 59+103+152=314 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.79% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 152 (59.77% from 255 or 48.41% from 314); Max value from RGB is 152 - color contains mainly: blue. Hex color #3B6798 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6798 is #C49867. Grayscale: #5F5F5F. Windows color (decimal): -12884072 or 9987899. OLE color: 9987899.
HSL color Cylindrical-coordinate representation of color #3B6798: hue angle of 211.61º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B6798 is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 59 | 103 | 152 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.40 |
| HSL | 211.61º | 0.44% | 0.41% | - |
| HSV(B) | 211.61º | 0.61% | 0.6% | - |
| XYZ | 12.32 | 12.9 | 31.55 | - |
| YUV | 95.43 | 159.92 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 103 | 152 | 0.61 | 0.32 | 0 | 0.40 | 211.61 | 0.44 | 0.41 |
| Hex | 3B | 67 | 98 | 3D | 20 | 0 | 28 | D4 | 2C | 29 |
| Octal | 73 | 147 | 230 | 75 | 40 | 0 | 50 | 324 | 54 | 51 |
| Binary | 111011 | 1100111 | 10011000 | 111101 | 100000 | 0 | 101000 | 11010100 | 101100 | 101001 |
Color Harmonies of #3B6798
Complementary color
Monochromatic Colors of #3B6798
Black with #3B6798
Text Example
Text Example
White with #3B6798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6798; }
p { color: rgb(59,103,152); }
H1.HeaderClassName
{
color: #3B6798;
}
.AnyTagClassName
{
color: #3B6798;
}
</style>
background-color css
<style>
a { background-color: #3B6798; }
a { background-color: rgb(59,103,152); }
div.DivClassName
{
background-color: #3B6798;
}
.BgClassName
{
background-color: #3B6798;
}
</style>
border-color css
<style>
span { border-color: #3B6798; }
span { border-color: rgb(59,103,152); }
td.TdClassName
{
border-color: #3B6798;
}
.TagClassName
{
border-color: #3B6798;
}
</style>