Shades of Mariner #345DAA
Tints of Mariner #345DAA
RGB
CMYK
RGB Variations
Color information
#345DAA (or 0x345DAA) is known color: Mariner. HEX triplet: 34, 5D and AA. RGB value is (52,93,170). Sum of RGB (Red+Green+Blue) = 52+93+170=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #345DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345DAA is #CBA255. Grayscale: #595959. Windows color (decimal): -13345366 or 11164980. OLE color: 11164980.
HSL color Cylindrical-coordinate representation of color #345DAA: hue angle of 219.15º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #345DAA is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 93 | 170 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.33 |
| HSL | 219.15º | 0.53% | 0.44% | - |
| HSV(B) | 219.15º | 0.69% | 0.67% | - |
| XYZ | 12.59 | 11.46 | 39.58 | - |
| YUV | 89.52 | 173.42 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 170 | 0.69 | 0.45 | 0 | 0.33 | 219.15 | 0.53 | 0.44 |
| Hex | 34 | 5D | AA | 45 | 2D | 0 | 21 | DB | 35 | 2C |
| Octal | 64 | 135 | 252 | 105 | 55 | 0 | 41 | 333 | 65 | 54 |
| Binary | 110100 | 1011101 | 10101010 | 1000101 | 101101 | 0 | 100001 | 11011011 | 110101 | 101100 |
Color Harmonies of #345DAA
Complementary color
Monochromatic Colors of #345DAA
Black with #345DAA
Text Example
Text Example
White with #345DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345DAA; }
p { color: rgb(52,93,170); }
H1.HeaderClassName
{
color: #345DAA;
}
.AnyTagClassName
{
color: #345DAA;
}
</style>
background-color css
<style>
a { background-color: #345DAA; }
a { background-color: rgb(52,93,170); }
div.DivClassName
{
background-color: #345DAA;
}
.BgClassName
{
background-color: #345DAA;
}
</style>
border-color css
<style>
span { border-color: #345DAA; }
span { border-color: rgb(52,93,170); }
td.TdClassName
{
border-color: #345DAA;
}
.TagClassName
{
border-color: #345DAA;
}
</style>