Color Hex Logo

#2635ae Color Hex

#2635AE
(38,53,174)
0 Favorites   0 Comments

Color spaces of #2635ae

RGB 3853174
HSL0.650.640.42
HSV233°78°68°
CMYK 0.780.700.00   0.32
XYZ9.71246.014340.6934
Yxy6.01430.17210.1066
Hunter Lab24.524127.7752-81.2145
CIE-Lab29.448537.8590-65.7031

#2635ae color RGB value is (38,53,174).

#2635ae hex color red value is 38, green value is 53 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #2635ae hue: 0.65 , saturation: 0.64 and the lightness value of 2635ae is 0.42.

The process color (four color CMYK) of #2635ae color hex is 0.78, 0.70, 0.00, 0.32. Web safe color of #2635ae is #333399. Color #2635ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 00110101 10101110
Octal 46 65 256
Decimal 38 53 174
Hex 26 35 AE

RGB Percentages of Color #2635ae

%14.34
%20.00
%65.66

CMYK Percentages of Color #2635ae

%78
%70
%0
%32

Triadic Colors of #2635ae

#2635ae #ae2635 #35ae26

Analogous Colors of #2635ae

#2635ae #5b26ae #2679ae

Monochromatic Colors of #2635ae

#2635ae

Complementary Color

#2635ae #ae9f26

#2635ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2635ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#2635ae Color CSS Codes

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

#2635ae Text Font Color

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

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


#2635ae Background Color

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

This div background color is #2635ae


#2635ae Border Color

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

This div border color is #2635ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,53,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2635ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2635ae;
  -webkit-box-shadow: 1px 1px 3px 2px #2635ae;
  box-shadow:         1px 1px 3px 2px #2635ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,53,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2635ae

#2635ae Color Palettes


Comments

No comments written yet.

Please login to write comment.