Shades of Mariner #345F98
Tints of Mariner #345F98
RGB
CMYK
RGB Variations
Color information
#345F98 (or 0x345F98) is known color: Mariner. HEX triplet: 34, 5F and 98. RGB value is (52,95,152). Sum of RGB (Red+Green+Blue) = 52+95+152=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 152 (59.77% from 255 or 50.84% from 299); Max value from RGB is 152 - color contains mainly: blue. Hex color #345F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345F98 is #CBA067. Grayscale: #585858. Windows color (decimal): -13344872 or 9985844. OLE color: 9985844.
HSL color Cylindrical-coordinate representation of color #345F98: hue angle of 214.2º 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 #345F98 is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 95 | 152 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.40 |
| HSL | 214.2º | 0.49% | 0.4% | - |
| HSV(B) | 214.2º | 0.66% | 0.6% | - |
| XYZ | 11.18 | 11.18 | 31.27 | - |
| YUV | 88.64 | 163.75 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 152 | 0.66 | 0.38 | 0 | 0.40 | 214.2 | 0.49 | 0.4 |
| Hex | 34 | 5F | 98 | 42 | 26 | 0 | 28 | D6 | 31 | 28 |
| Octal | 64 | 137 | 230 | 102 | 46 | 0 | 50 | 326 | 61 | 50 |
| Binary | 110100 | 1011111 | 10011000 | 1000010 | 100110 | 0 | 101000 | 11010110 | 110001 | 101000 |
Color Harmonies of #345F98
Complementary color
Monochromatic Colors of #345F98
Black with #345F98
Text Example
Text Example
White with #345F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345F98; }
p { color: rgb(52,95,152); }
H1.HeaderClassName
{
color: #345F98;
}
.AnyTagClassName
{
color: #345F98;
}
</style>
background-color css
<style>
a { background-color: #345F98; }
a { background-color: rgb(52,95,152); }
div.DivClassName
{
background-color: #345F98;
}
.BgClassName
{
background-color: #345F98;
}
</style>
border-color css
<style>
span { border-color: #345F98; }
span { border-color: rgb(52,95,152); }
td.TdClassName
{
border-color: #345F98;
}
.TagClassName
{
border-color: #345F98;
}
</style>