Shades of Mariner #3B68AD
Tints of Mariner #3B68AD
RGB
CMYK
RGB Variations
Color information
#3B68AD (or 0x3B68AD) is known color: Mariner. HEX triplet: 3B, 68 and AD. RGB value is (59,104,173). Sum of RGB (Red+Green+Blue) = 59+104+173=336 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.56% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #3B68AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B68AD is #C49752. Grayscale: #626262. Windows color (decimal): -12883795 or 11364411. OLE color: 11364411.
HSL color Cylindrical-coordinate representation of color #3B68AD: hue angle of 216.32º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B68AD is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 104 | 173 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.32 |
| HSL | 216.32º | 0.49% | 0.45% | - |
| HSV(B) | 216.32º | 0.66% | 0.68% | - |
| XYZ | 14.3 | 13.85 | 41.45 | - |
| YUV | 98.41 | 170.09 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 104 | 173 | 0.66 | 0.40 | 0 | 0.32 | 216.32 | 0.49 | 0.45 |
| Hex | 3B | 68 | AD | 42 | 28 | 0 | 20 | D8 | 31 | 2D |
| Octal | 73 | 150 | 255 | 102 | 50 | 0 | 40 | 330 | 61 | 55 |
| Binary | 111011 | 1101000 | 10101101 | 1000010 | 101000 | 0 | 100000 | 11011000 | 110001 | 101101 |
Color Harmonies of #3B68AD
Complementary color
Monochromatic Colors of #3B68AD
Black with #3B68AD
Text Example
Text Example
White with #3B68AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B68AD; }
p { color: rgb(59,104,173); }
H1.HeaderClassName
{
color: #3B68AD;
}
.AnyTagClassName
{
color: #3B68AD;
}
</style>
background-color css
<style>
a { background-color: #3B68AD; }
a { background-color: rgb(59,104,173); }
div.DivClassName
{
background-color: #3B68AD;
}
.BgClassName
{
background-color: #3B68AD;
}
</style>
border-color css
<style>
span { border-color: #3B68AD; }
span { border-color: rgb(59,104,173); }
td.TdClassName
{
border-color: #3B68AD;
}
.TagClassName
{
border-color: #3B68AD;
}
</style>