Shades of Mariner #345DA9
Tints of Mariner #345DA9
RGB
CMYK
RGB Variations
Color information
#345DA9 (or 0x345DA9) is known color: Mariner. HEX triplet: 34, 5D and A9. RGB value is (52,93,169). Sum of RGB (Red+Green+Blue) = 52+93+169=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 169 (66.41% from 255 or 53.82% from 314); Max value from RGB is 169 - color contains mainly: blue. Hex color #345DA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345DA9 is #CBA256. Grayscale: #595959. Windows color (decimal): -13345367 or 11099444. OLE color: 11099444.
HSL color Cylindrical-coordinate representation of color #345DA9: hue angle of 218.97º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #345DA9 is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 52 | 93 | 169 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.34 |
| HSL | 218.97º | 0.53% | 0.43% | - |
| HSV(B) | 218.97º | 0.69% | 0.66% | - |
| XYZ | 12.49 | 11.42 | 39.08 | - |
| YUV | 89.41 | 172.92 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 169 | 0.69 | 0.45 | 0 | 0.34 | 218.97 | 0.53 | 0.43 |
| Hex | 34 | 5D | A9 | 45 | 2D | 0 | 22 | DB | 35 | 2B |
| Octal | 64 | 135 | 251 | 105 | 55 | 0 | 42 | 333 | 65 | 53 |
| Binary | 110100 | 1011101 | 10101001 | 1000101 | 101101 | 0 | 100010 | 11011011 | 110101 | 101011 |
Color Harmonies of #345DA9
Complementary color
Monochromatic Colors of #345DA9
Black with #345DA9
Text Example
Text Example
White with #345DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345DA9; }
p { color: rgb(52,93,169); }
H1.HeaderClassName
{
color: #345DA9;
}
.AnyTagClassName
{
color: #345DA9;
}
</style>
background-color css
<style>
a { background-color: #345DA9; }
a { background-color: rgb(52,93,169); }
div.DivClassName
{
background-color: #345DA9;
}
.BgClassName
{
background-color: #345DA9;
}
</style>
border-color css
<style>
span { border-color: #345DA9; }
span { border-color: rgb(52,93,169); }
td.TdClassName
{
border-color: #345DA9;
}
.TagClassName
{
border-color: #345DA9;
}
</style>