Shades of Mariner #3A68AB
Tints of Mariner #3A68AB
RGB
CMYK
RGB Variations
Color information
#3A68AB (or 0x3A68AB) is known color: Mariner. HEX triplet: 3A, 68 and AB. RGB value is (58,104,171). Sum of RGB (Red+Green+Blue) = 58+104+171=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A68AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A68AB is #C59754. Grayscale: #616161. Windows color (decimal): -12949333 or 11233338. OLE color: 11233338.
HSL color Cylindrical-coordinate representation of color #3A68AB: hue angle of 215.58º 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 #3A68AB is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 104 | 171 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.33 |
| HSL | 215.58º | 0.49% | 0.45% | - |
| HSV(B) | 215.58º | 0.66% | 0.67% | - |
| XYZ | 14.05 | 13.74 | 40.44 | - |
| YUV | 97.88 | 169.26 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 104 | 171 | 0.66 | 0.39 | 0 | 0.33 | 215.58 | 0.49 | 0.45 |
| Hex | 3A | 68 | AB | 42 | 27 | 0 | 21 | D8 | 31 | 2D |
| Octal | 72 | 150 | 253 | 102 | 47 | 0 | 41 | 330 | 61 | 55 |
| Binary | 111010 | 1101000 | 10101011 | 1000010 | 100111 | 0 | 100001 | 11011000 | 110001 | 101101 |
Color Harmonies of #3A68AB
Complementary color
Monochromatic Colors of #3A68AB
Black with #3A68AB
Text Example
Text Example
White with #3A68AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A68AB; }
p { color: rgb(58,104,171); }
H1.HeaderClassName
{
color: #3A68AB;
}
.AnyTagClassName
{
color: #3A68AB;
}
</style>
background-color css
<style>
a { background-color: #3A68AB; }
a { background-color: rgb(58,104,171); }
div.DivClassName
{
background-color: #3A68AB;
}
.BgClassName
{
background-color: #3A68AB;
}
</style>
border-color css
<style>
span { border-color: #3A68AB; }
span { border-color: rgb(58,104,171); }
td.TdClassName
{
border-color: #3A68AB;
}
.TagClassName
{
border-color: #3A68AB;
}
</style>