#345ba9

Color #345BA9 Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #345BA9

Tints of Mariner #345BA9

Color information

#345BA9 (or 0x345BA9) is unknown color: approx Mariner. HEX triplet: 34, 5B and A9. RGB value is (52,91,169). Sum of RGB (Red+Green+Blue) = 52+91+169=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 169 (66.41% from 255 or 54.17% from 312); Max value from RGB is 169 - color contains mainly: blue. Hex color #345BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345BA9 is #CBA456. Grayscale: #575757. Windows color (decimal): -13345879 or 11098932. OLE color: 11098932.

HSL color Cylindrical-coordinate representation of color #345BA9: hue angle of 220º 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 #345BA9 is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5291169-
CMYK0.690.4600.34
HSL220º52.94%43.33%-
HSV(B)220º69.23%66.27%-
XYZ12.3211.0839.02-
YUV88.23173.58102.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 16.67%
GREEN value IS 91 (35.94% from 255) = 29.17%
BLUE value IS 169 (66.41% from 255) = 54.17%
R=16.67%
G=29.17%
B=54.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal52911690.690.4600.3422052.9443.33
Hex345BA9452E022dc352b
Octal64133251105560423346553
Binary1101001011011101010011000101101110010001011011100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345ba9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345ba9; }

 p { color: rgb(52,91,169); }

 H1.HeaderClassName
 {
   color: #345ba9;
 }
 .AnyTagClassName
 {
   color: #345ba9;
 }
</style>
background-color css

<style>
 a { background-color: #345ba9; }

 a { background-color: rgb(52,91,169); }

 div.DivClassName
 {
   background-color: #345ba9;
 }
 .BgClassName
 {
   background-color: #345ba9;
 }
</style>
border-color css

<style>
 span { border-color: #345ba9; }

 span { border-color: rgb(52,91,169); }

 td.TdClassName
 {
   border-color: #345ba9;
 }
 .TagClassName
 {
   border-color: #345ba9;
 }
</style>