Shades of Mariner #3B6CAC
Tints of Mariner #3B6CAC
RGB
CMYK
RGB Variations
Color information
#3B6CAC (or 0x3B6CAC) is known color: Mariner. HEX triplet: 3B, 6C and AC. RGB value is (59,108,172). Sum of RGB (Red+Green+Blue) = 59+108+172=339 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.40% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #3B6CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6CAC is #C49353. Grayscale: #646464. Windows color (decimal): -12882772 or 11299899. OLE color: 11299899.
HSL color Cylindrical-coordinate representation of color #3B6CAC: hue angle of 213.98º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B6CAC is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 108 | 172 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.33 |
| HSL | 213.98º | 0.49% | 0.45% | - |
| HSV(B) | 213.98º | 0.66% | 0.67% | - |
| XYZ | 14.61 | 14.63 | 41.08 | - |
| YUV | 100.65 | 168.27 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 108 | 172 | 0.66 | 0.37 | 0 | 0.33 | 213.98 | 0.49 | 0.45 |
| Hex | 3B | 6C | AC | 42 | 25 | 0 | 21 | D6 | 31 | 2D |
| Octal | 73 | 154 | 254 | 102 | 45 | 0 | 41 | 326 | 61 | 55 |
| Binary | 111011 | 1101100 | 10101100 | 1000010 | 100101 | 0 | 100001 | 11010110 | 110001 | 101101 |
Color Harmonies of #3B6CAC
Complementary color
Monochromatic Colors of #3B6CAC
Black with #3B6CAC
Text Example
Text Example
White with #3B6CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6CAC; }
p { color: rgb(59,108,172); }
H1.HeaderClassName
{
color: #3B6CAC;
}
.AnyTagClassName
{
color: #3B6CAC;
}
</style>
background-color css
<style>
a { background-color: #3B6CAC; }
a { background-color: rgb(59,108,172); }
div.DivClassName
{
background-color: #3B6CAC;
}
.BgClassName
{
background-color: #3B6CAC;
}
</style>
border-color css
<style>
span { border-color: #3B6CAC; }
span { border-color: rgb(59,108,172); }
td.TdClassName
{
border-color: #3B6CAC;
}
.TagClassName
{
border-color: #3B6CAC;
}
</style>