Shades of Mariner #345B98
Tints of Mariner #345B98
RGB
CMYK
RGB Variations
Color information
#345B98 (or 0x345B98) is known color: Mariner. HEX triplet: 34, 5B and 98. RGB value is (52,91,152). Sum of RGB (Red+Green+Blue) = 52+91+152=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 152 (59.77% from 255 or 51.53% from 295); Max value from RGB is 152 - color contains mainly: blue. Hex color #345B98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345B98 is #CBA467. Grayscale: #565656. Windows color (decimal): -13345896 or 9984820. OLE color: 9984820.
HSL color Cylindrical-coordinate representation of color #345B98: hue angle of 216.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 #345B98 is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 91 | 152 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.40 |
| HSL | 216.6º | 0.49% | 0.4% | - |
| HSV(B) | 216.6º | 0.66% | 0.6% | - |
| XYZ | 10.82 | 10.48 | 31.16 | - |
| YUV | 86.29 | 165.08 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 152 | 0.66 | 0.40 | 0 | 0.40 | 216.6 | 0.49 | 0.4 |
| Hex | 34 | 5B | 98 | 42 | 28 | 0 | 28 | D9 | 31 | 28 |
| Octal | 64 | 133 | 230 | 102 | 50 | 0 | 50 | 331 | 61 | 50 |
| Binary | 110100 | 1011011 | 10011000 | 1000010 | 101000 | 0 | 101000 | 11011001 | 110001 | 101000 |
Color Harmonies of #345B98
Complementary color
Monochromatic Colors of #345B98
Black with #345B98
Text Example
Text Example
White with #345B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345B98; }
p { color: rgb(52,91,152); }
H1.HeaderClassName
{
color: #345B98;
}
.AnyTagClassName
{
color: #345B98;
}
</style>
background-color css
<style>
a { background-color: #345B98; }
a { background-color: rgb(52,91,152); }
div.DivClassName
{
background-color: #345B98;
}
.BgClassName
{
background-color: #345B98;
}
</style>
border-color css
<style>
span { border-color: #345B98; }
span { border-color: rgb(52,91,152); }
td.TdClassName
{
border-color: #345B98;
}
.TagClassName
{
border-color: #345B98;
}
</style>