Color Hex Logo

#2380aa Color Hex

#2380AA
(35,128,170)
0 Favorites   0 Comments

Color spaces of #2380aa

RGB 35128170
HSL0.550.660.40
HSV199°79°67°
CMYK 0.790.250.00   0.33
XYZ15.668018.697940.8135
Yxy18.69790.20840.2487
Hunter Lab43.2411-10.9941-25.6927
CIE-Lab50.3319-11.7590-29.8389

#2380aa color RGB value is (35,128,170).

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

The process color (four color CMYK) of #2380aa color hex is 0.79, 0.25, 0.00, 0.33. Web safe color of #2380aa is #339999. Color #2380aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10000000 10101010
Octal 43 200 252
Decimal 35 128 170
Hex 23 80 AA

RGB Percentages of Color #2380aa

%10.51
%38.44
%51.05

CMYK Percentages of Color #2380aa

%79
%25
%0
%33

Triadic Colors of #2380aa

#2380aa #aa2380 #80aa23

Analogous Colors of #2380aa

#2380aa #233daa #23aa91

Monochromatic Colors of #2380aa

#2380aa

Complementary Color

#2380aa #aa4d23

#2380aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2380aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2380aa Color CSS Codes

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

#2380aa Text Font Color

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

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


#2380aa Background Color

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

This div background color is #2380aa


#2380aa Border Color

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

This div border color is #2380aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2380aa


Comments

No comments written yet.

Please login to write comment.