Shades of Mariner #3A6493
Tints of Mariner #3A6493
RGB
CMYK
RGB Variations
Color information
#3A6493 (or 0x3A6493) is known color: Mariner. HEX triplet: 3A, 64 and 93. RGB value is (58,100,147). Sum of RGB (Red+Green+Blue) = 58+100+147=305 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.02% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #3A6493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6493 is #C59B6C. Grayscale: #5C5C5C. Windows color (decimal): -12950381 or 9659450. OLE color: 9659450.
HSL color Cylindrical-coordinate representation of color #3A6493: hue angle of 211.69º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A6493 is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 100 | 147 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.42 |
| HSL | 211.69º | 0.43% | 0.4% | - |
| HSV(B) | 211.69º | 0.61% | 0.58% | - |
| XYZ | 11.57 | 12.12 | 29.33 | - |
| YUV | 92.8 | 158.59 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 100 | 147 | 0.61 | 0.32 | 0 | 0.42 | 211.69 | 0.43 | 0.4 |
| Hex | 3A | 64 | 93 | 3D | 20 | 0 | 2A | D4 | 2B | 28 |
| Octal | 72 | 144 | 223 | 75 | 40 | 0 | 52 | 324 | 53 | 50 |
| Binary | 111010 | 1100100 | 10010011 | 111101 | 100000 | 0 | 101010 | 11010100 | 101011 | 101000 |
Color Harmonies of #3A6493
Complementary color
Monochromatic Colors of #3A6493
Black with #3A6493
Text Example
Text Example
White with #3A6493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6493; }
p { color: rgb(58,100,147); }
H1.HeaderClassName
{
color: #3A6493;
}
.AnyTagClassName
{
color: #3A6493;
}
</style>
background-color css
<style>
a { background-color: #3A6493; }
a { background-color: rgb(58,100,147); }
div.DivClassName
{
background-color: #3A6493;
}
.BgClassName
{
background-color: #3A6493;
}
</style>
border-color css
<style>
span { border-color: #3A6493; }
span { border-color: rgb(58,100,147); }
td.TdClassName
{
border-color: #3A6493;
}
.TagClassName
{
border-color: #3A6493;
}
</style>