Color Hex Logo

#2341aa Color Hex

#2341AA
(35,65,170)
0 Favorites   0 Comments

Color spaces of #2341aa

RGB 3565170
HSL0.630.660.40
HSV227°79°67°
CMYK 0.790.620.00   0.33
XYZ9.83917.040238.8705
Yxy7.04020.17650.1263
Hunter Lab26.533419.7579-68.2845
CIE-Lab31.898328.3119-59.2953

#2341aa color RGB value is (35,65,170).

#2341aa hex color red value is 35, green value is 65 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #2341aa hue: 0.63 , saturation: 0.66 and the lightness value of 2341aa is 0.40.

The process color (four color CMYK) of #2341aa color hex is 0.79, 0.62, 0.00, 0.33. Web safe color of #2341aa is #333399. Color #2341aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01000001 10101010
Octal 43 101 252
Decimal 35 65 170
Hex 23 41 AA

RGB Percentages of Color #2341aa

%12.96
%24.07
%62.96

CMYK Percentages of Color #2341aa

%79
%62
%0
%33

Triadic Colors of #2341aa

#2341aa #aa2341 #41aa23

Analogous Colors of #2341aa

#2341aa #4923aa #2385aa

Monochromatic Colors of #2341aa

#2341aa

Complementary Color

#2341aa #aa8c23

#2341aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2341aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2341aa Color CSS Codes

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

#2341aa Text Font Color

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

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


#2341aa Background Color

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

This div background color is #2341aa


#2341aa Border Color

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

This div border color is #2341aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,65,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2341aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2341aa;
  -webkit-box-shadow: 1px 1px 3px 2px #2341aa;
  box-shadow:         1px 1px 3px 2px #2341aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,65,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2341aa


Comments

No comments written yet.

Please login to write comment.