#345C9D

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

Shades of Mariner #345C9D

Tints of Mariner #345C9D

Color information

#345C9D (or 0x345C9D) is unknown color: approx Mariner. HEX triplet: 34, 5C and 9D. RGB value is (52,92,157). Sum of RGB (Red+Green+Blue) = 52+92+157=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #345C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345C9D is #CBA362. Grayscale: #575757. Windows color (decimal): -13345635 or 10312756. OLE color: 10312756.

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

Color convert

RGB5292157-
CMYK0.670.4100.38
HSL217.14º50.24%40.98%-
HSV(B)217.14º66.88%61.57%-
XYZ11.3310.8233.39-
YUV87.45167.25102.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.28%
GREEN value IS 92 (36.33% from 255) = 30.56%
BLUE value IS 157 (61.72% from 255) = 52.16%
R=17.28%
G=30.56%
B=52.16%

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
Decimal52921570.670.4100.38217.1450.2440.98
Hex345C9D4329026d93229
Octal64134235103510463316251
Binary1101001011100100111011000011101001010011011011001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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