#345EAC

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

Shades of Mariner #345EAC

Tints of Mariner #345EAC

Color information

#345EAC (or 0x345EAC) is unknown color: approx Mariner. HEX triplet: 34, 5E and AC. RGB value is (52,94,172). Sum of RGB (Red+Green+Blue) = 52+94+172=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #345EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345EAC is #CBA153. Grayscale: #595959. Windows color (decimal): -13345108 or 11296308. OLE color: 11296308.

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

Color convert

RGB5294172-
CMYK0.700.4500.33
HSL219º53.57%43.92%-
HSV(B)219º69.77%67.45%-
XYZ12.8711.7140.61-
YUV90.33174.09100.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.35%
GREEN value IS 94 (37.11% from 255) = 29.56%
BLUE value IS 172 (67.58% from 255) = 54.09%
R=16.35%
G=29.56%
B=54.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52941720.700.4500.3321953.5743.92
Hex345EAC462D021db362c
Octal64136254106550413336654
Binary1101001011110101011001000110101101010000111011011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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