Shades of Mariner #3A669D
Tints of Mariner #3A669D
RGB
CMYK
RGB Variations
Color information
#3A669D (or 0x3A669D) is known color: Mariner. HEX triplet: 3A, 66 and 9D. RGB value is (58,102,157). Sum of RGB (Red+Green+Blue) = 58+102+157=317 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.30% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 157 (61.72% from 255 or 49.53% from 317); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A669D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A669D is #C59962. Grayscale: #5E5E5E. Windows color (decimal): -12949859 or 10315322. OLE color: 10315322.
HSL color Cylindrical-coordinate representation of color #3A669D: hue angle of 213.33º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A669D is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 102 | 157 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.38 |
| HSL | 213.33º | 0.46% | 0.42% | - |
| HSV(B) | 213.33º | 0.63% | 0.62% | - |
| XYZ | 12.58 | 12.84 | 33.71 | - |
| YUV | 95.11 | 162.92 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 102 | 157 | 0.63 | 0.35 | 0 | 0.38 | 213.33 | 0.46 | 0.42 |
| Hex | 3A | 66 | 9D | 3F | 23 | 0 | 26 | D5 | 2E | 2A |
| Octal | 72 | 146 | 235 | 77 | 43 | 0 | 46 | 325 | 56 | 52 |
| Binary | 111010 | 1100110 | 10011101 | 111111 | 100011 | 0 | 100110 | 11010101 | 101110 | 101010 |
Color Harmonies of #3A669D
Complementary color
Monochromatic Colors of #3A669D
Black with #3A669D
Text Example
Text Example
White with #3A669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A669D; }
p { color: rgb(58,102,157); }
H1.HeaderClassName
{
color: #3A669D;
}
.AnyTagClassName
{
color: #3A669D;
}
</style>
background-color css
<style>
a { background-color: #3A669D; }
a { background-color: rgb(58,102,157); }
div.DivClassName
{
background-color: #3A669D;
}
.BgClassName
{
background-color: #3A669D;
}
</style>
border-color css
<style>
span { border-color: #3A669D; }
span { border-color: rgb(58,102,157); }
td.TdClassName
{
border-color: #3A669D;
}
.TagClassName
{
border-color: #3A669D;
}
</style>