Shades of Mariner #3A6092
Tints of Mariner #3A6092
RGB
CMYK
RGB Variations
Color information
#3A6092 (or 0x3A6092) is known color: Mariner. HEX triplet: 3A, 60 and 92. RGB value is (58,96,146). Sum of RGB (Red+Green+Blue) = 58+96+146=300 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.33% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #3A6092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6092 is #C59F6D. Grayscale: #5A5A5A. Windows color (decimal): -12951406 or 9592890. OLE color: 9592890.
HSL color Cylindrical-coordinate representation of color #3A6092: hue angle of 214.09º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A6092 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 96 | 146 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.43 |
| HSL | 214.09º | 0.43% | 0.4% | - |
| HSV(B) | 214.09º | 0.6% | 0.57% | - |
| XYZ | 11.12 | 11.34 | 28.8 | - |
| YUV | 90.34 | 159.41 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 96 | 146 | 0.60 | 0.34 | 0 | 0.43 | 214.09 | 0.43 | 0.4 |
| Hex | 3A | 60 | 92 | 3C | 22 | 0 | 2B | D6 | 2B | 28 |
| Octal | 72 | 140 | 222 | 74 | 42 | 0 | 53 | 326 | 53 | 50 |
| Binary | 111010 | 1100000 | 10010010 | 111100 | 100010 | 0 | 101011 | 11010110 | 101011 | 101000 |
Color Harmonies of #3A6092
Complementary color
Monochromatic Colors of #3A6092
Black with #3A6092
Text Example
Text Example
White with #3A6092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6092; }
p { color: rgb(58,96,146); }
H1.HeaderClassName
{
color: #3A6092;
}
.AnyTagClassName
{
color: #3A6092;
}
</style>
background-color css
<style>
a { background-color: #3A6092; }
a { background-color: rgb(58,96,146); }
div.DivClassName
{
background-color: #3A6092;
}
.BgClassName
{
background-color: #3A6092;
}
</style>
border-color css
<style>
span { border-color: #3A6092; }
span { border-color: rgb(58,96,146); }
td.TdClassName
{
border-color: #3A6092;
}
.TagClassName
{
border-color: #3A6092;
}
</style>