Color Hex Logo

#2350aa Color Hex

#2350AA
(35,80,170)
0 Favorites   0 Comments

Color spaces of #2350aa

RGB 3580170
HSL0.610.660.40
HSV220°79°67°
CMYK 0.790.530.00   0.33
XYZ10.81758.996939.1966
Yxy8.99690.18330.1525
Hunter Lab29.994811.8843-56.4825
CIE-Lab35.978318.2626-52.6564

#2350aa color RGB value is (35,80,170).

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

The process color (four color CMYK) of #2350aa color hex is 0.79, 0.53, 0.00, 0.33. Web safe color of #2350aa is #336699. Color #2350aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01010000 10101010
Octal 43 120 252
Decimal 35 80 170
Hex 23 50 AA

RGB Percentages of Color #2350aa

%12.28
%28.07
%59.65

CMYK Percentages of Color #2350aa

%79
%53
%0
%33

Triadic Colors of #2350aa

#2350aa #aa2350 #50aa23

Analogous Colors of #2350aa

#2350aa #3a23aa #2394aa

Monochromatic Colors of #2350aa

#2350aa

Complementary Color

#2350aa #aa7d23

#2350aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2350aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2350aa Color CSS Codes

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

#2350aa Text Font Color

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

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


#2350aa Background Color

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

This div background color is #2350aa


#2350aa Border Color

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

This div border color is #2350aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,80,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 #2350aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2350aa


Comments

No comments written yet.

Please login to write comment.