Color Hex Logo

#304ebb Color Hex

#304EBB
(48,78,187)
0 Favorites   0 Comments

Color spaces of #304ebb

RGB 4878187
HSL0.630.590.46
HSV227°74°73°
CMYK 0.740.580.00   0.27
XYZ12.91309.665048.1987
Yxy9.66500.18240.1366
Hunter Lab31.088619.7370-70.1592
CIE-Lab37.234327.5809-60.6412

#304ebb color RGB value is (48,78,187).

#304ebb hex color red value is 48, green value is 78 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #304ebb hue: 0.63 , saturation: 0.59 and the lightness value of 304ebb is 0.46.

The process color (four color CMYK) of #304ebb color hex is 0.74, 0.58, 0.00, 0.27. Web safe color of #304ebb is #3366cc. Color #304ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001110 10111011
Octal 60 116 273
Decimal 48 78 187
Hex 30 4E BB

RGB Percentages of Color #304ebb

%15.34
%24.92
%59.74

CMYK Percentages of Color #304ebb

%74
%58
%0
%27

Triadic Colors of #304ebb

#304ebb #bb304e #4ebb30

Analogous Colors of #304ebb

#304ebb #5730bb #3094bb

Monochromatic Colors of #304ebb

#304ebb

Complementary Color

#304ebb #bb9d30

#304ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#304ebb Color CSS Codes

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

#304ebb Text Font Color

<p style="color:#304ebb">Text here</p>

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


#304ebb Background Color

<div style="background-color:#304ebb">
Div content here</div>

This div background color is #304ebb


#304ebb Border Color

<div style="border:3px solid #304ebb">
Div here</div>

This div border color is #304ebb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,78,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #304ebb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #304ebb;
  -webkit-box-shadow: 1px 1px 3px 2px #304ebb;
  box-shadow:         1px 1px 3px 2px #304ebb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,78,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304ebb


Comments

No comments written yet.

Please login to write comment.