#345FA4

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

Shades of Mariner #345FA4

Tints of Mariner #345FA4

Color information

#345FA4 (or 0x345FA4) is unknown color: approx Mariner. HEX triplet: 34, 5F and A4. RGB value is (52,95,164). Sum of RGB (Red+Green+Blue) = 52+95+164=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 164 (64.45% from 255 or 52.73% from 311); Max value from RGB is 164 - color contains mainly: blue. Hex color #345FA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345FA4 is #CBA05B. Grayscale: #595959. Windows color (decimal): -13344860 or 10772276. OLE color: 10772276.

HSL color Cylindrical-coordinate representation of color #345FA4: hue angle of 216.96º 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 #345FA4 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5295164-
CMYK0.680.4200.36
HSL216.96º51.85%42.35%-
HSV(B)216.96º68.29%64.31%-
XYZ12.2111.5936.72-
YUV90.01169.75100.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.72%
GREEN value IS 95 (37.5% from 255) = 30.55%
BLUE value IS 164 (64.45% from 255) = 52.73%
R=16.72%
G=30.55%
B=52.73%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52951640.680.4200.36216.9651.8542.35
Hex345FA4442A024d9342a
Octal64137244104520443316452
Binary1101001011111101001001000100101010010010011011001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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