#345D9D

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

Shades of Mariner #345D9D

Tints of Mariner #345D9D

Color information

#345D9D (or 0x345D9D) is unknown color: approx Mariner. HEX triplet: 34, 5D and 9D. RGB value is (52,93,157). Sum of RGB (Red+Green+Blue) = 52+93+157=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #345D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345D9D is #CBA262. Grayscale: #575757. Windows color (decimal): -13345379 or 10313012. OLE color: 10313012.

HSL color Cylindrical-coordinate representation of color #345D9D: hue angle of 216.57º 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 #345D9D is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5293157-
CMYK0.670.4100.38
HSL216.57º50.24%40.98%-
HSV(B)216.57º66.88%61.57%-
XYZ11.4210.9933.42-
YUV88.04166.92102.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.22%
GREEN value IS 93 (36.72% from 255) = 30.79%
BLUE value IS 157 (61.72% from 255) = 51.99%
R=17.22%
G=30.79%
B=51.99%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52931570.670.4100.38216.5750.2440.98
Hex345D9D4329026d93229
Octal64135235103510463316251
Binary1101001011101100111011000011101001010011011011001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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