Color Hex Logo

#2d61af Color Hex

#2D61AF
(45,97,175)
0 Favorites   0 Comments

Color spaces of #2d61af

RGB 4597175
HSL0.600.590.43
HSV216°74°69°
CMYK 0.740.450.00   0.31
XYZ13.094712.202442.2226
Yxy12.20240.19390.1807
Hunter Lab34.93195.7822-47.2121
CIE-Lab41.536010.2393-46.6450

#2d61af color RGB value is (45,97,175).

#2d61af hex color red value is 45, green value is 97 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #2d61af hue: 0.60 , saturation: 0.59 and the lightness value of 2d61af is 0.43.

The process color (four color CMYK) of #2d61af color hex is 0.74, 0.45, 0.00, 0.31. Web safe color of #2d61af is #336699. Color #2d61af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 01100001 10101111
Octal 55 141 257
Decimal 45 97 175
Hex 2D 61 AF

RGB Percentages of Color #2d61af

%14.20
%30.60
%55.21

CMYK Percentages of Color #2d61af

%74
%45
%0
%31

Triadic Colors of #2d61af

#2d61af #af2d61 #61af2d

Analogous Colors of #2d61af

#2d61af #3a2daf #2da2af

Monochromatic Colors of #2d61af

#2d61af

Complementary Color

#2d61af #af7b2d

#2d61af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d61af Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d61af Color CSS Codes

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

#2d61af Text Font Color

<p style="color:#2d61af">Text here</p>

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


#2d61af Background Color

<div style="background-color:#2d61af">
Div content here</div>

This div background color is #2d61af


#2d61af Border Color

<div style="border:3px solid #2d61af">
Div here</div>

This div border color is #2d61af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(45,97,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2d61af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2d61af;
  -webkit-box-shadow: 1px 1px 3px 2px #2d61af;
  box-shadow:         1px 1px 3px 2px #2d61af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(45,97,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d61af


Comments

No comments written yet.

Please login to write comment.