Color Hex Logo

#2672cb Color Hex

#2672CB
(38,114,203)
0 Favorites   0 Comments

Color spaces of #2672cb

RGB 38114203
HSL0.590.680.47
HSV212°81°80°
CMYK 0.810.440.00   0.20
XYZ17.596116.758558.8072
Yxy16.75850.18890.1799
Hunter Lab40.93715.0850-56.5155
CIE-Lab47.95439.3029-52.6086

#2672cb color RGB value is (38,114,203).

#2672cb hex color red value is 38, green value is 114 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #2672cb hue: 0.59 , saturation: 0.68 and the lightness value of 2672cb is 0.47.

The process color (four color CMYK) of #2672cb color hex is 0.81, 0.44, 0.00, 0.20. Web safe color of #2672cb is #3366cc. Color #2672cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01110010 11001011
Octal 46 162 313
Decimal 38 114 203
Hex 26 72 CB

RGB Percentages of Color #2672cb

%10.70
%32.11
%57.18

CMYK Percentages of Color #2672cb

%81
%44
%0
%20

Triadic Colors of #2672cb

#2672cb #cb2672 #72cb26

Analogous Colors of #2672cb

#2672cb #2d26cb #26c5cb

Monochromatic Colors of #2672cb

#2672cb

Complementary Color

#2672cb #cb7f26

#2672cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2672cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2672cb Color CSS Codes

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

#2672cb Text Font Color

<p style="color:#2672cb">Text here</p>

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


#2672cb Background Color

<div style="background-color:#2672cb">
Div content here</div>

This div background color is #2672cb


#2672cb Border Color

<div style="border:3px solid #2672cb">
Div here</div>

This div border color is #2672cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,114,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2672cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2672cb;
  -webkit-box-shadow: 1px 1px 3px 2px #2672cb;
  box-shadow:         1px 1px 3px 2px #2672cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2672cb


Comments

No comments written yet.

Please login to write comment.