Shades of Mariner #345DA5
Tints of Mariner #345DA5
RGB
CMYK
RGB Variations
Color information
#345DA5 (or 0x345DA5) is known color: Mariner. HEX triplet: 34, 5D and A5. RGB value is (52,93,165). Sum of RGB (Red+Green+Blue) = 52+93+165=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 165 (64.84% from 255 or 53.23% from 310); Max value from RGB is 165 - color contains mainly: blue. Hex color #345DA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345DA5 is #CBA25A. Grayscale: #585858. Windows color (decimal): -13345371 or 10837300. OLE color: 10837300.
HSL color Cylindrical-coordinate representation of color #345DA5: hue angle of 218.23º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #345DA5 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 52 | 93 | 165 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.35 |
| HSL | 218.23º | 0.52% | 0.43% | - |
| HSV(B) | 218.23º | 0.68% | 0.65% | - |
| XYZ | 12.12 | 11.28 | 37.13 | - |
| YUV | 88.95 | 170.92 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 165 | 0.68 | 0.44 | 0 | 0.35 | 218.23 | 0.52 | 0.43 |
| Hex | 34 | 5D | A5 | 44 | 2C | 0 | 23 | DA | 34 | 2B |
| Octal | 64 | 135 | 245 | 104 | 54 | 0 | 43 | 332 | 64 | 53 |
| Binary | 110100 | 1011101 | 10100101 | 1000100 | 101100 | 0 | 100011 | 11011010 | 110100 | 101011 |
Color Harmonies of #345DA5
Complementary color
Monochromatic Colors of #345DA5
Black with #345DA5
Text Example
Text Example
White with #345DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345DA5; }
p { color: rgb(52,93,165); }
H1.HeaderClassName
{
color: #345DA5;
}
.AnyTagClassName
{
color: #345DA5;
}
</style>
background-color css
<style>
a { background-color: #345DA5; }
a { background-color: rgb(52,93,165); }
div.DivClassName
{
background-color: #345DA5;
}
.BgClassName
{
background-color: #345DA5;
}
</style>
border-color css
<style>
span { border-color: #345DA5; }
span { border-color: rgb(52,93,165); }
td.TdClassName
{
border-color: #345DA5;
}
.TagClassName
{
border-color: #345DA5;
}
</style>