Color Hex Logo

#2c4bbd Color Hex

#2C4BBD
(44,75,189)
0 Favorites   0 Comments

Color spaces of #2c4bbd

RGB 4475189
HSL0.630.620.46
HSV227°77°74°
CMYK 0.770.600.00   0.26
XYZ12.74019.241749.2565
Yxy9.24170.17880.1297
Hunter Lab30.400221.6055-74.7857
CIE-Lab36.445529.8286-63.1083

#2c4bbd color RGB value is (44,75,189).

#2c4bbd hex color red value is 44, green value is 75 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #2c4bbd hue: 0.63 , saturation: 0.62 and the lightness value of 2c4bbd is 0.46.

The process color (four color CMYK) of #2c4bbd color hex is 0.77, 0.60, 0.00, 0.26. Web safe color of #2c4bbd is #3333cc. Color #2c4bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 01001011 10111101
Octal 54 113 275
Decimal 44 75 189
Hex 2C 4B BD

RGB Percentages of Color #2c4bbd

%14.29
%24.35
%61.36

CMYK Percentages of Color #2c4bbd

%77
%60
%0
%26

Triadic Colors of #2c4bbd

#2c4bbd #bd2c4b #4bbd2c

Analogous Colors of #2c4bbd

#2c4bbd #552cbd #2c94bd

Monochromatic Colors of #2c4bbd

#2c4bbd

Complementary Color

#2c4bbd #bd9e2c

#2c4bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c4bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c4bbd Color CSS Codes

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

#2c4bbd Text Font Color

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

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


#2c4bbd Background Color

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

This div background color is #2c4bbd


#2c4bbd Border Color

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

This div border color is #2c4bbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(44,75,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2c4bbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2c4bbd;
  -webkit-box-shadow: 1px 1px 3px 2px #2c4bbd;
  box-shadow:         1px 1px 3px 2px #2c4bbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(44,75,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c4bbd


Comments

No comments written yet.

Please login to write comment.