Shades of Mariner #346098
Tints of Mariner #346098
RGB
CMYK
RGB Variations
Color information
#346098 (or 0x346098) is known color: Mariner. HEX triplet: 34, 60 and 98. RGB value is (52,96,152). Sum of RGB (Red+Green+Blue) = 52+96+152=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 152 (59.77% from 255 or 50.67% from 300); Max value from RGB is 152 - color contains mainly: blue. Hex color #346098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346098 is #CB9F67. Grayscale: #585858. Windows color (decimal): -13344616 or 9986100. OLE color: 9986100.
HSL color Cylindrical-coordinate representation of color #346098: hue angle of 213.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #346098 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 96 | 152 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.40 |
| HSL | 213.6º | 0.49% | 0.4% | - |
| HSV(B) | 213.6º | 0.66% | 0.6% | - |
| XYZ | 11.27 | 11.36 | 31.31 | - |
| YUV | 89.23 | 163.42 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 96 | 152 | 0.66 | 0.37 | 0 | 0.40 | 213.6 | 0.49 | 0.4 |
| Hex | 34 | 60 | 98 | 42 | 25 | 0 | 28 | D6 | 31 | 28 |
| Octal | 64 | 140 | 230 | 102 | 45 | 0 | 50 | 326 | 61 | 50 |
| Binary | 110100 | 1100000 | 10011000 | 1000010 | 100101 | 0 | 101000 | 11010110 | 110001 | 101000 |
Color Harmonies of #346098
Complementary color
Monochromatic Colors of #346098
Black with #346098
Text Example
Text Example
White with #346098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346098; }
p { color: rgb(52,96,152); }
H1.HeaderClassName
{
color: #346098;
}
.AnyTagClassName
{
color: #346098;
}
</style>
background-color css
<style>
a { background-color: #346098; }
a { background-color: rgb(52,96,152); }
div.DivClassName
{
background-color: #346098;
}
.BgClassName
{
background-color: #346098;
}
</style>
border-color css
<style>
span { border-color: #346098; }
span { border-color: rgb(52,96,152); }
td.TdClassName
{
border-color: #346098;
}
.TagClassName
{
border-color: #346098;
}
</style>