Shades of Mariner #3A67AC
Tints of Mariner #3A67AC
RGB
CMYK
RGB Variations
Color information
#3A67AC (or 0x3A67AC) is known color: Mariner. HEX triplet: 3A, 67 and AC. RGB value is (58,103,172). Sum of RGB (Red+Green+Blue) = 58+103+172=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A67AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A67AC is #C59853. Grayscale: #616161. Windows color (decimal): -12949588 or 11298618. OLE color: 11298618.
HSL color Cylindrical-coordinate representation of color #3A67AC: hue angle of 216.32º 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 #3A67AC is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 103 | 172 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.33 |
| HSL | 216.32º | 0.5% | 0.45% | - |
| HSV(B) | 216.32º | 0.66% | 0.67% | - |
| XYZ | 14.04 | 13.58 | 40.91 | - |
| YUV | 97.41 | 170.09 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 103 | 172 | 0.66 | 0.40 | 0 | 0.33 | 216.32 | 0.5 | 0.45 |
| Hex | 3A | 67 | AC | 42 | 28 | 0 | 21 | D8 | 32 | 2D |
| Octal | 72 | 147 | 254 | 102 | 50 | 0 | 41 | 330 | 62 | 55 |
| Binary | 111010 | 1100111 | 10101100 | 1000010 | 101000 | 0 | 100001 | 11011000 | 110010 | 101101 |
Color Harmonies of #3A67AC
Complementary color
Monochromatic Colors of #3A67AC
Black with #3A67AC
Text Example
Text Example
White with #3A67AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A67AC; }
p { color: rgb(58,103,172); }
H1.HeaderClassName
{
color: #3A67AC;
}
.AnyTagClassName
{
color: #3A67AC;
}
</style>
background-color css
<style>
a { background-color: #3A67AC; }
a { background-color: rgb(58,103,172); }
div.DivClassName
{
background-color: #3A67AC;
}
.BgClassName
{
background-color: #3A67AC;
}
</style>
border-color css
<style>
span { border-color: #3A67AC; }
span { border-color: rgb(58,103,172); }
td.TdClassName
{
border-color: #3A67AC;
}
.TagClassName
{
border-color: #3A67AC;
}
</style>