#345B9D

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

Shades of Mariner #345B9D

Tints of Mariner #345B9D

Color information

#345B9D (or 0x345B9D) is unknown color: approx Mariner. HEX triplet: 34, 5B and 9D. RGB value is (52,91,157). Sum of RGB (Red+Green+Blue) = 52+91+157=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #345B9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345B9D is #CBA462. Grayscale: #565656. Windows color (decimal): -13345891 or 10312500. OLE color: 10312500.

HSL color Cylindrical-coordinate representation of color #345B9D: hue angle of 217.71º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #345B9D is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5291157-
CMYK0.670.4200.38
HSL217.71º50.24%40.98%-
HSV(B)217.71º66.88%61.57%-
XYZ11.2410.6533.36-
YUV86.86167.58103.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.33%
GREEN value IS 91 (35.94% from 255) = 30.33%
BLUE value IS 157 (61.72% from 255) = 52.33%
R=17.33%
G=30.33%
B=52.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52911570.670.4200.38217.7150.2440.98
Hex345B9D432A026da3229
Octal64133235103520463326251
Binary1101001011011100111011000011101010010011011011010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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