Shades of Mariner #3B6CB0
Tints of Mariner #3B6CB0
RGB
CMYK
RGB Variations
Color information
#3B6CB0 (or 0x3B6CB0) is known color: Mariner. HEX triplet: 3B, 6C and B0. RGB value is (59,108,176). Sum of RGB (Red+Green+Blue) = 59+108+176=343 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.20% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 176 (69.14% from 255 or 51.31% from 343); Max value from RGB is 176 - color contains mainly: blue. Hex color #3B6CB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6CB0 is #C4934F. Grayscale: #646464. Windows color (decimal): -12882768 or 11562043. OLE color: 11562043.
HSL color Cylindrical-coordinate representation of color #3B6CB0: hue angle of 214.87º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B6CB0 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 108 | 176 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.31 |
| HSL | 214.87º | 0.5% | 0.46% | - |
| HSV(B) | 214.87º | 0.66% | 0.69% | - |
| XYZ | 15 | 14.79 | 43.14 | - |
| YUV | 101.1 | 170.27 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 108 | 176 | 0.66 | 0.39 | 0 | 0.31 | 214.87 | 0.5 | 0.46 |
| Hex | 3B | 6C | B0 | 42 | 27 | 0 | 1F | D7 | 32 | 2E |
| Octal | 73 | 154 | 260 | 102 | 47 | 0 | 37 | 327 | 62 | 56 |
| Binary | 111011 | 1101100 | 10110000 | 1000010 | 100111 | 0 | 11111 | 11010111 | 110010 | 101110 |
Color Harmonies of #3B6CB0
Complementary color
Monochromatic Colors of #3B6CB0
Black with #3B6CB0
Text Example
Text Example
White with #3B6CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6CB0; }
p { color: rgb(59,108,176); }
H1.HeaderClassName
{
color: #3B6CB0;
}
.AnyTagClassName
{
color: #3B6CB0;
}
</style>
background-color css
<style>
a { background-color: #3B6CB0; }
a { background-color: rgb(59,108,176); }
div.DivClassName
{
background-color: #3B6CB0;
}
.BgClassName
{
background-color: #3B6CB0;
}
</style>
border-color css
<style>
span { border-color: #3B6CB0; }
span { border-color: rgb(59,108,176); }
td.TdClassName
{
border-color: #3B6CB0;
}
.TagClassName
{
border-color: #3B6CB0;
}
</style>