Shades of Mariner #3B68AC
Tints of Mariner #3B68AC
RGB
CMYK
RGB Variations
Color information
#3B68AC (or 0x3B68AC) is known color: Mariner. HEX triplet: 3B, 68 and AC. RGB value is (59,104,172). Sum of RGB (Red+Green+Blue) = 59+104+172=335 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.61% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #3B68AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B68AC is #C49753. Grayscale: #616161. Windows color (decimal): -12883796 or 11298875. OLE color: 11298875.
HSL color Cylindrical-coordinate representation of color #3B68AC: hue angle of 216.11º 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 #3B68AC is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 104 | 172 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.33 |
| HSL | 216.11º | 0.49% | 0.45% | - |
| HSV(B) | 216.11º | 0.66% | 0.67% | - |
| XYZ | 14.2 | 13.81 | 40.95 | - |
| YUV | 98.3 | 169.59 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 104 | 172 | 0.66 | 0.40 | 0 | 0.33 | 216.11 | 0.49 | 0.45 |
| Hex | 3B | 68 | AC | 42 | 28 | 0 | 21 | D8 | 31 | 2D |
| Octal | 73 | 150 | 254 | 102 | 50 | 0 | 41 | 330 | 61 | 55 |
| Binary | 111011 | 1101000 | 10101100 | 1000010 | 101000 | 0 | 100001 | 11011000 | 110001 | 101101 |
Color Harmonies of #3B68AC
Complementary color
Monochromatic Colors of #3B68AC
Black with #3B68AC
Text Example
Text Example
White with #3B68AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B68AC; }
p { color: rgb(59,104,172); }
H1.HeaderClassName
{
color: #3B68AC;
}
.AnyTagClassName
{
color: #3B68AC;
}
</style>
background-color css
<style>
a { background-color: #3B68AC; }
a { background-color: rgb(59,104,172); }
div.DivClassName
{
background-color: #3B68AC;
}
.BgClassName
{
background-color: #3B68AC;
}
</style>
border-color css
<style>
span { border-color: #3B68AC; }
span { border-color: rgb(59,104,172); }
td.TdClassName
{
border-color: #3B68AC;
}
.TagClassName
{
border-color: #3B68AC;
}
</style>