Color Hex Logo

#274dbc Color Hex

#274DBC
(39,77,188)
0 Favorites   0 Comments

Color spaces of #274dbc

RGB 3977188
HSL0.620.660.45
HSV225°79°74°
CMYK 0.790.590.00   0.26
XYZ12.56779.369948.7231
Yxy9.36990.17790.1326
Hunter Lab30.610319.7189-72.9460
CIE-Lab36.686927.6286-62.1359

#274dbc color RGB value is (39,77,188).

#274dbc hex color red value is 39, green value is 77 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #274dbc hue: 0.62 , saturation: 0.66 and the lightness value of 274dbc is 0.45.

The process color (four color CMYK) of #274dbc color hex is 0.79, 0.59, 0.00, 0.26. Web safe color of #274dbc is #3366cc. Color #274dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01001101 10111100
Octal 47 115 274
Decimal 39 77 188
Hex 27 4D BC

RGB Percentages of Color #274dbc

%12.83
%25.33
%61.84

CMYK Percentages of Color #274dbc

%79
%59
%0
%26

Triadic Colors of #274dbc

#274dbc #bc274d #4dbc27

Analogous Colors of #274dbc

#274dbc #4c27bc #2798bc

Monochromatic Colors of #274dbc

#274dbc

Complementary Color

#274dbc #bc9627

#274dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#274dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#274dbc Color CSS Codes

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

#274dbc Text Font Color

<p style="color:#274dbc">Text here</p>

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


#274dbc Background Color

<div style="background-color:#274dbc">
Div content here</div>

This div background color is #274dbc


#274dbc Border Color

<div style="border:3px solid #274dbc">
Div here</div>

This div border color is #274dbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,77,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #274dbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #274dbc;
  -webkit-box-shadow: 1px 1px 3px 2px #274dbc;
  box-shadow:         1px 1px 3px 2px #274dbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(39,77,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #274dbc


Comments

No comments written yet.

Please login to write comment.