#345FAE

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

Shades of Mariner #345FAE

Tints of Mariner #345FAE

Color information

#345FAE (or 0x345FAE) is unknown color: approx Mariner. HEX triplet: 34, 5F and AE. RGB value is (52,95,174). Sum of RGB (Red+Green+Blue) = 52+95+174=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #345FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345FAE is #CBA051. Grayscale: #5A5A5A. Windows color (decimal): -13344850 or 11427636. OLE color: 11427636.

HSL color Cylindrical-coordinate representation of color #345FAE: hue angle of 218.85º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #345FAE is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5295174-
CMYK0.700.4500.32
HSL218.85º53.98%44.31%-
HSV(B)218.85º70.11%68.24%-
XYZ13.1511.9741.66-
YUV91.15174.75100.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.20%
GREEN value IS 95 (37.5% from 255) = 29.60%
BLUE value IS 174 (68.36% from 255) = 54.21%
R=16.20%
G=29.60%
B=54.21%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal52951740.700.4500.32218.8553.9844.31
Hex345FAE462D020db362c
Octal64137256106550403336654
Binary1101001011111101011101000110101101010000011011011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,95,174); }

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

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

 a { background-color: rgb(52,95,174); }

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

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

 span { border-color: rgb(52,95,174); }

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