#345A9D

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

Shades of Mariner #345A9D

Tints of Mariner #345A9D

Color information

#345A9D (or 0x345A9D) is unknown color: approx Mariner. HEX triplet: 34, 5A and 9D. RGB value is (52,90,157). Sum of RGB (Red+Green+Blue) = 52+90+157=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #345A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345A9D is #CBA562. Grayscale: #555555. Windows color (decimal): -13346147 or 10312244. OLE color: 10312244.

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

Color convert

RGB5290157-
CMYK0.670.4300.38
HSL218.29º50.24%40.98%-
HSV(B)218.29º66.88%61.57%-
XYZ11.1610.4833.33-
YUV86.28167.91103.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.39%
GREEN value IS 90 (35.55% from 255) = 30.10%
BLUE value IS 157 (61.72% from 255) = 52.51%
R=17.39%
G=30.10%
B=52.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52901570.670.4300.38218.2950.2440.98
Hex345A9D432B026da3229
Octal64132235103530463326251
Binary1101001011010100111011000011101011010011011011010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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