Color Hex Logo

#304bbe Color Hex

#304BBE
(48,75,190)
0 Favorites   0 Comments

Color spaces of #304bbe

RGB 4875190
HSL0.630.600.47
HSV229°75°75°
CMYK 0.750.610.00   0.25
XYZ13.02939.378249.8387
Yxy9.37820.18030.1298
Hunter Lab30.623822.3533-75.0547
CIE-Lab36.702530.6428-63.2678

#304bbe color RGB value is (48,75,190).

#304bbe hex color red value is 48, green value is 75 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #304bbe hue: 0.63 , saturation: 0.60 and the lightness value of 304bbe is 0.47.

The process color (four color CMYK) of #304bbe color hex is 0.75, 0.61, 0.00, 0.25. Web safe color of #304bbe is #3333cc. Color #304bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001011 10111110
Octal 60 113 276
Decimal 48 75 190
Hex 30 4B BE

RGB Percentages of Color #304bbe

%15.34
%23.96
%60.70

CMYK Percentages of Color #304bbe

%75
%61
%0
%25

Triadic Colors of #304bbe

#304bbe #be304b #4bbe30

Analogous Colors of #304bbe

#304bbe #5c30be #3092be

Monochromatic Colors of #304bbe

#304bbe

Complementary Color

#304bbe #bea330

#304bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#304bbe Color CSS Codes

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

#304bbe Text Font Color

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

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


#304bbe Background Color

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

This div background color is #304bbe


#304bbe Border Color

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

This div border color is #304bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304bbe


Comments

No comments written yet.

Please login to write comment.