Color Hex Logo

#346281 Color Hex

#346281
(52,98,129)
0 Favorites   0 Comments

Color spaces of #346281

RGB 5298129
HSL0.570.430.35
HSV204°60°51°
CMYK 0.600.240.00   0.49
XYZ9.746311.050422.3881
Yxy11.05040.22570.2559
Hunter Lab33.2421-5.8391-16.6615
CIE-Lab39.6652-5.9069-22.0709

#346281 color RGB value is (52,98,129).

#346281 hex color red value is 52, green value is 98 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #346281 hue: 0.57 , saturation: 0.43 and the lightness value of 346281 is 0.35.

The process color (four color CMYK) of #346281 color hex is 0.60, 0.24, 0.00, 0.49. Web safe color of #346281 is #336699. Color #346281 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01100010 10000001
Octal 64 142 201
Decimal 52 98 129
Hex 34 62 81

RGB Percentages of Color #346281

%18.64
%35.13
%46.24

CMYK Percentages of Color #346281

%60
%24
%0
%49

Triadic Colors of #346281

#346281 #813462 #628134

Analogous Colors of #346281

#346281 #343c81 #34817a

Monochromatic Colors of #346281

#346281

Complementary Color

#346281 #815334

#346281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#346281 Color CSS Codes

.mybgcolor {background-color:#346281; } 
.myforecolor {color:#346281; }
.mybordercolor {border:3px solid #346281; }

#346281 Text Font Color

<p style="color:#346281">Text here</p>

This sample text font color is #346281
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#346281 Background Color

<div style="background-color:#346281">
Div content here</div>

This div background color is #346281


#346281 Border Color

<div style="border:3px solid #346281">
Div here</div>

This div border color is #346281


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,98,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #346281; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #346281;
  -webkit-box-shadow: 1px 1px 3px 2px #346281;
  box-shadow:         1px 1px 3px 2px #346281; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,98,129, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #346281">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #346281;
  -webkit-box-shadow: 1px 1px 3px 2px #346281;
  box-shadow:         1px 1px 3px 2px #346281;">
Div content here</div>

This div box has shadow with color #346281


Comments

No comments written yet.

Please login to write comment.