#345BAB

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

Shades of Mariner #345BAB

Tints of Mariner #345BAB

Color information

#345BAB (or 0x345BAB) is unknown color: approx Mariner. HEX triplet: 34, 5B and AB. RGB value is (52,91,171). Sum of RGB (Red+Green+Blue) = 52+91+171=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #345BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345BAB is #CBA454. Grayscale: #585858. Windows color (decimal): -13345877 or 11230004. OLE color: 11230004.

HSL color Cylindrical-coordinate representation of color #345BAB: hue angle of 220.34º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #345BAB is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5291171-
CMYK0.700.4700.33
HSL220.34º53.36%43.73%-
HSV(B)220.34º69.59%67.06%-
XYZ12.5111.1540.02-
YUV88.46174.58102-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.56%
GREEN value IS 91 (35.94% from 255) = 28.98%
BLUE value IS 171 (67.19% from 255) = 54.46%
R=16.56%
G=28.98%
B=54.46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52911710.700.4700.33220.3453.3643.73
Hex345BAB462F021dc352c
Octal64133253106570413346554
Binary1101001011011101010111000110101111010000111011100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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