Shades of Mariner #3A68AC
Tints of Mariner #3A68AC
RGB
CMYK
RGB Variations
Color information
#3A68AC (or 0x3A68AC) is known color: Mariner. HEX triplet: 3A, 68 and AC. RGB value is (58,104,172). Sum of RGB (Red+Green+Blue) = 58+104+172=334 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.37% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A68AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A68AC is #C59753. Grayscale: #616161. Windows color (decimal): -12949332 or 11298874. OLE color: 11298874.
HSL color Cylindrical-coordinate representation of color #3A68AC: hue angle of 215.79º degrees, saturation: 0.5, 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 #3A68AC is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 104 | 172 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.33 |
| HSL | 215.79º | 0.5% | 0.45% | - |
| HSV(B) | 215.79º | 0.66% | 0.67% | - |
| XYZ | 14.14 | 13.78 | 40.94 | - |
| YUV | 98 | 169.76 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 104 | 172 | 0.66 | 0.40 | 0 | 0.33 | 215.79 | 0.5 | 0.45 |
| Hex | 3A | 68 | AC | 42 | 28 | 0 | 21 | D8 | 32 | 2D |
| Octal | 72 | 150 | 254 | 102 | 50 | 0 | 41 | 330 | 62 | 55 |
| Binary | 111010 | 1101000 | 10101100 | 1000010 | 101000 | 0 | 100001 | 11011000 | 110010 | 101101 |
Color Harmonies of #3A68AC
Complementary color
Monochromatic Colors of #3A68AC
Black with #3A68AC
Text Example
Text Example
White with #3A68AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A68AC; }
p { color: rgb(58,104,172); }
H1.HeaderClassName
{
color: #3A68AC;
}
.AnyTagClassName
{
color: #3A68AC;
}
</style>
background-color css
<style>
a { background-color: #3A68AC; }
a { background-color: rgb(58,104,172); }
div.DivClassName
{
background-color: #3A68AC;
}
.BgClassName
{
background-color: #3A68AC;
}
</style>
border-color css
<style>
span { border-color: #3A68AC; }
span { border-color: rgb(58,104,172); }
td.TdClassName
{
border-color: #3A68AC;
}
.TagClassName
{
border-color: #3A68AC;
}
</style>