color codes Logo

#346381 color codes

#346381
(52,99,129)
0 Favorites   0 Comments

Color spaces of #346381

RGB 5299129
HSL0.560.430.35
HSV203°60°51°
CMYK 0.600.230.00   0.49
XYZ9.840511.238722.4195
Yxy11.23870.22620.2584
Hunter Lab33.5242-6.2714-16.1836
CIE-Lab39.9796-6.5105-21.5840

#346381 color RGB value is (52,99,129).

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

The process color (four color CMYK) of #346381 color code is 0.60, 0.23, 0.00, 0.49. Web safe color of #346381 is #336699. Color #346381 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01100011 10000001
Octal 64 143 201
Decimal 52 99 129
Hex 34 63 81

RGB Percentages of Color #346381

%18.57
%35.36
%46.07

CMYK Percentages of Color #346381

%60
%23
%0
%49

Triadic Colors of #346381

#346381 #813463 #638134

Analogous Colors of #346381

#346381 #343d81 #348179

Monochromatic Colors of #346381

#346381

Complementary Color

#346381 #815234

#346381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#346381 Color CSS Codes

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

#346381 Text Font Color

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

This sample text font color is #346381
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.


#346381 Background Color

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

This div background color is #346381


#346381 Border Color

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

This div border color is #346381


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,99,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 #346381">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346381


Comments

No comments written yet.

Please login to write comment.