Shades of Mariner #345F99
Tints of Mariner #345F99
RGB
CMYK
RGB Variations
Color information
#345F99 (or 0x345F99) is known color: Mariner. HEX triplet: 34, 5F and 99. RGB value is (52,95,153). Sum of RGB (Red+Green+Blue) = 52+95+153=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #345F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345F99 is #CBA066. Grayscale: #585858. Windows color (decimal): -13344871 or 10051380. OLE color: 10051380.
HSL color Cylindrical-coordinate representation of color #345F99: hue angle of 214.46º 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 #345F99 is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 52 | 95 | 153 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.4 |
| HSL | 214.46º | 0.49% | 0.4% | - |
| HSV(B) | 214.46º | 0.66% | 0.6% | - |
| XYZ | 11.26 | 11.21 | 31.71 | - |
| YUV | 88.76 | 164.25 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 153 | 0.66 | 0.38 | 0 | 0.4 | 214.46 | 0.49 | 0.4 |
| Hex | 34 | 5F | 99 | 42 | 26 | 0 | 28 | D6 | 31 | 28 |
| Octal | 64 | 137 | 231 | 102 | 46 | 0 | 50 | 326 | 61 | 50 |
| Binary | 110100 | 1011111 | 10011001 | 1000010 | 100110 | 0 | 101000 | 11010110 | 110001 | 101000 |
Color Harmonies of #345F99
Complementary color
Monochromatic Colors of #345F99
Black with #345F99
Text Example
Text Example
White with #345F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345F99; }
p { color: rgb(52,95,153); }
H1.HeaderClassName
{
color: #345F99;
}
.AnyTagClassName
{
color: #345F99;
}
</style>
background-color css
<style>
a { background-color: #345F99; }
a { background-color: rgb(52,95,153); }
div.DivClassName
{
background-color: #345F99;
}
.BgClassName
{
background-color: #345F99;
}
</style>
border-color css
<style>
span { border-color: #345F99; }
span { border-color: rgb(52,95,153); }
td.TdClassName
{
border-color: #345F99;
}
.TagClassName
{
border-color: #345F99;
}
</style>