Color Hex Logo

#2d357b Color Hex

#2D357B
(45,53,123)
0 Favorites   0 Comments

Color spaces of #2d357b

RGB 4553123
HSL0.650.460.33
HSV234°63°48°
CMYK 0.630.570.00   0.52
XYZ5.93044.534219.3015
Yxy4.53420.19920.1523
Hunter Lab21.293712.4493-38.8375
CIE-Lab25.364220.0192-41.0325

#2d357b color RGB value is (45,53,123).

#2d357b hex color red value is 45, green value is 53 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #2d357b hue: 0.65 , saturation: 0.46 and the lightness value of 2d357b is 0.33.

The process color (four color CMYK) of #2d357b color hex is 0.63, 0.57, 0.00, 0.52. Web safe color of #2d357b is #333366. Color #2d357b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 00110101 01111011
Octal 55 65 173
Decimal 45 53 123
Hex 2D 35 7B

RGB Percentages of Color #2d357b

%20.36
%23.98
%55.66

CMYK Percentages of Color #2d357b

%63
%57
%0
%52

Triadic Colors of #2d357b

#2d357b #7b2d35 #357b2d

Analogous Colors of #2d357b

#2d357b #4c2d7b #2d5c7b

Monochromatic Colors of #2d357b

#2d357b

Complementary Color

#2d357b #7b732d

#2d357b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d357b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d357b Color CSS Codes

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

#2d357b Text Font Color

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

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


#2d357b Background Color

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

This div background color is #2d357b


#2d357b Border Color

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

This div border color is #2d357b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d357b


Comments

No comments written yet.

Please login to write comment.