#345DAA

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

Shades of Mariner #345DAA

Tints of Mariner #345DAA

Color information

#345DAA (or 0x345DAA) is unknown color: approx Mariner. HEX triplet: 34, 5D and AA. RGB value is (52,93,170). Sum of RGB (Red+Green+Blue) = 52+93+170=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #345DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345DAA is #CBA255. Grayscale: #595959. Windows color (decimal): -13345366 or 11164980. OLE color: 11164980.

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

Color convert

RGB5293170-
CMYK0.690.4500.33
HSL219.15º53.15%43.53%-
HSV(B)219.15º69.41%66.67%-
XYZ12.5911.4639.58-
YUV89.52173.42101.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.51%
GREEN value IS 93 (36.72% from 255) = 29.52%
BLUE value IS 170 (66.80% from 255) = 53.97%
R=16.51%
G=29.52%
B=53.97%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52931700.690.4500.33219.1553.1543.53
Hex345DAA452D021db352c
Octal64135252105550413336554
Binary1101001011101101010101000101101101010000111011011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,93,170); }

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

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

 a { background-color: rgb(52,93,170); }

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

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

 span { border-color: rgb(52,93,170); }

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