Color Hex Logo

#341dbc Color Hex

#341DBC
(52,29,188)
0 Favorites   0 Comments

Color spaces of #341dbc

RGB 5229188
HSL0.690.730.43
HSV249°85°74°
CMYK 0.720.850.00   0.26
XYZ10.93265.239648.0121
Yxy5.23960.17030.0816
Hunter Lab22.890245.1958-108.3376
CIE-Lab27.406856.0654-77.3884

#341dbc color RGB value is (52,29,188).

#341dbc hex color red value is 52, green value is 29 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #341dbc hue: 0.69 , saturation: 0.73 and the lightness value of 341dbc is 0.43.

The process color (four color CMYK) of #341dbc color hex is 0.72, 0.85, 0.00, 0.26. Web safe color of #341dbc is #3333cc. Color #341dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00011101 10111100
Octal 64 35 274
Decimal 52 29 188
Hex 34 1D BC

RGB Percentages of Color #341dbc

%19.33
%10.78
%69.89

CMYK Percentages of Color #341dbc

%72
%85
%0
%26

Triadic Colors of #341dbc

#341dbc #bc341d #1dbc34

Analogous Colors of #341dbc

#341dbc #841dbc #1d55bc

Monochromatic Colors of #341dbc

#341dbc

Complementary Color

#341dbc #a5bc1d

#341dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#341dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#341dbc Color CSS Codes

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

#341dbc Text Font Color

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

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


#341dbc Background Color

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

This div background color is #341dbc


#341dbc Border Color

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

This div border color is #341dbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,29,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #341dbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #341dbc;
  -webkit-box-shadow: 1px 1px 3px 2px #341dbc;
  box-shadow:         1px 1px 3px 2px #341dbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #341dbc


Comments

No comments written yet.

Please login to write comment.