Shades of Mariner #3B6DB5
Tints of Mariner #3B6DB5
RGB
CMYK
RGB Variations
Color information
#3B6DB5 (or 0x3B6DB5) is known color: Mariner. HEX triplet: 3B, 6D and B5. RGB value is (59,109,181). Sum of RGB (Red+Green+Blue) = 59+109+181=349 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.91% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 181 (71.09% from 255 or 51.86% from 349); Max value from RGB is 181 - color contains mainly: blue. Hex color #3B6DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B6DB5 is #C4924A. Grayscale: #656565. Windows color (decimal): -12882507 or 11889979. OLE color: 11889979.
HSL color Cylindrical-coordinate representation of color #3B6DB5: hue angle of 215.41º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B6DB5 is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 59 | 109 | 181 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.29 |
| HSL | 215.41º | 0.51% | 0.47% | - |
| HSV(B) | 215.41º | 0.67% | 0.71% | - |
| XYZ | 15.61 | 15.2 | 45.83 | - |
| YUV | 102.26 | 172.44 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 109 | 181 | 0.67 | 0.40 | 0 | 0.29 | 215.41 | 0.51 | 0.47 |
| Hex | 3B | 6D | B5 | 43 | 28 | 0 | 1D | D7 | 33 | 2F |
| Octal | 73 | 155 | 265 | 103 | 50 | 0 | 35 | 327 | 63 | 57 |
| Binary | 111011 | 1101101 | 10110101 | 1000011 | 101000 | 0 | 11101 | 11010111 | 110011 | 101111 |
Color Harmonies of #3B6DB5
Complementary color
Monochromatic Colors of #3B6DB5
Black with #3B6DB5
Text Example
Text Example
White with #3B6DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6DB5; }
p { color: rgb(59,109,181); }
H1.HeaderClassName
{
color: #3B6DB5;
}
.AnyTagClassName
{
color: #3B6DB5;
}
</style>
background-color css
<style>
a { background-color: #3B6DB5; }
a { background-color: rgb(59,109,181); }
div.DivClassName
{
background-color: #3B6DB5;
}
.BgClassName
{
background-color: #3B6DB5;
}
</style>
border-color css
<style>
span { border-color: #3B6DB5; }
span { border-color: rgb(59,109,181); }
td.TdClassName
{
border-color: #3B6DB5;
}
.TagClassName
{
border-color: #3B6DB5;
}
</style>