#345EA4

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

Shades of Mariner #345EA4

Tints of Mariner #345EA4

Color information

#345EA4 (or 0x345EA4) is unknown color: approx Mariner. HEX triplet: 34, 5E and A4. RGB value is (52,94,164). Sum of RGB (Red+Green+Blue) = 52+94+164=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 164 (64.45% from 255 or 52.90% from 310); Max value from RGB is 164 - color contains mainly: blue. Hex color #345EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345EA4 is #CBA15B. Grayscale: #595959. Windows color (decimal): -13345116 or 10772020. OLE color: 10772020.

HSL color Cylindrical-coordinate representation of color #345EA4: hue angle of 217.5º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #345EA4 is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5294164-
CMYK0.680.4300.36
HSL217.5º51.85%42.35%-
HSV(B)217.5º68.29%64.31%-
XYZ12.1211.4236.69-
YUV89.42170.09101.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.77%
GREEN value IS 94 (37.11% from 255) = 30.32%
BLUE value IS 164 (64.45% from 255) = 52.90%
R=16.77%
G=30.32%
B=52.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52941640.680.4300.36217.551.8542.35
Hex345EA4442B024da342a
Octal64136244104530443326452
Binary1101001011110101001001000100101011010010011011010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,94,164); }

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

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

 a { background-color: rgb(52,94,164); }

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

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

 span { border-color: rgb(52,94,164); }

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