Shades of Mariner #345BA1
Tints of Mariner #345BA1
RGB
CMYK
RGB Variations
Color information
#345BA1 (or 0x345BA1) is known color: Mariner. HEX triplet: 34, 5B and A1. RGB value is (52,91,161). Sum of RGB (Red+Green+Blue) = 52+91+161=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 161 (63.28% from 255 or 52.96% from 304); Max value from RGB is 161 - color contains mainly: blue. Hex color #345BA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345BA1 is #CBA45E. Grayscale: #575757. Windows color (decimal): -13345887 or 10574644. OLE color: 10574644.
HSL color Cylindrical-coordinate representation of color #345BA1: hue angle of 218.53º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #345BA1 is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 52 | 91 | 161 | - |
| CMYK | 0.68 | 0.43 | 0 | 0.37 |
| HSL | 218.53º | 0.51% | 0.42% | - |
| HSV(B) | 218.53º | 0.68% | 0.63% | - |
| XYZ | 11.59 | 10.79 | 35.19 | - |
| YUV | 87.32 | 169.58 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 161 | 0.68 | 0.43 | 0 | 0.37 | 218.53 | 0.51 | 0.42 |
| Hex | 34 | 5B | A1 | 44 | 2B | 0 | 25 | DB | 33 | 2A |
| Octal | 64 | 133 | 241 | 104 | 53 | 0 | 45 | 333 | 63 | 52 |
| Binary | 110100 | 1011011 | 10100001 | 1000100 | 101011 | 0 | 100101 | 11011011 | 110011 | 101010 |
Color Harmonies of #345BA1
Complementary color
Monochromatic Colors of #345BA1
Black with #345BA1
Text Example
Text Example
White with #345BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345BA1; }
p { color: rgb(52,91,161); }
H1.HeaderClassName
{
color: #345BA1;
}
.AnyTagClassName
{
color: #345BA1;
}
</style>
background-color css
<style>
a { background-color: #345BA1; }
a { background-color: rgb(52,91,161); }
div.DivClassName
{
background-color: #345BA1;
}
.BgClassName
{
background-color: #345BA1;
}
</style>
border-color css
<style>
span { border-color: #345BA1; }
span { border-color: rgb(52,91,161); }
td.TdClassName
{
border-color: #345BA1;
}
.TagClassName
{
border-color: #345BA1;
}
</style>