Shades of Mariner #345BA2
Tints of Mariner #345BA2
RGB
CMYK
RGB Variations
Color information
#345BA2 (or 0x345BA2) is known color: Mariner. HEX triplet: 34, 5B and A2. RGB value is (52,91,162). Sum of RGB (Red+Green+Blue) = 52+91+162=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 162 (63.67% from 255 or 53.11% from 305); Max value from RGB is 162 - color contains mainly: blue. Hex color #345BA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345BA2 is #CBA45D. Grayscale: #575757. Windows color (decimal): -13345886 or 10640180. OLE color: 10640180.
HSL color Cylindrical-coordinate representation of color #345BA2: hue angle of 218.73º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #345BA2 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 91 | 162 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.36 |
| HSL | 218.73º | 0.51% | 0.42% | - |
| HSV(B) | 218.73º | 0.68% | 0.64% | - |
| XYZ | 11.68 | 10.82 | 35.66 | - |
| YUV | 87.43 | 170.08 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 162 | 0.68 | 0.44 | 0 | 0.36 | 218.73 | 0.51 | 0.42 |
| Hex | 34 | 5B | A2 | 44 | 2C | 0 | 24 | DB | 33 | 2A |
| Octal | 64 | 133 | 242 | 104 | 54 | 0 | 44 | 333 | 63 | 52 |
| Binary | 110100 | 1011011 | 10100010 | 1000100 | 101100 | 0 | 100100 | 11011011 | 110011 | 101010 |
Color Harmonies of #345BA2
Complementary color
Monochromatic Colors of #345BA2
Black with #345BA2
Text Example
Text Example
White with #345BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345BA2; }
p { color: rgb(52,91,162); }
H1.HeaderClassName
{
color: #345BA2;
}
.AnyTagClassName
{
color: #345BA2;
}
</style>
background-color css
<style>
a { background-color: #345BA2; }
a { background-color: rgb(52,91,162); }
div.DivClassName
{
background-color: #345BA2;
}
.BgClassName
{
background-color: #345BA2;
}
</style>
border-color css
<style>
span { border-color: #345BA2; }
span { border-color: rgb(52,91,162); }
td.TdClassName
{
border-color: #345BA2;
}
.TagClassName
{
border-color: #345BA2;
}
</style>