Color Hex Logo

#304cbb Color Hex

#304CBB
(48,76,187)
0 Favorites   0 Comments

Color spaces of #304cbb

RGB 4876187
HSL0.630.590.46
HSV228°74°73°
CMYK 0.740.590.00   0.27
XYZ12.77309.385148.1520
Yxy9.38510.18170.1335
Hunter Lab30.635120.8123-71.7469
CIE-Lab36.715428.8854-61.4867

#304cbb color RGB value is (48,76,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001100 10111011
Octal 60 114 273
Decimal 48 76 187
Hex 30 4C BB

RGB Percentages of Color #304cbb

%15.43
%24.44
%60.13

CMYK Percentages of Color #304cbb

%74
%59
%0
%27

Triadic Colors of #304cbb

#304cbb #bb304c #4cbb30

Analogous Colors of #304cbb

#304cbb #5930bb #3092bb

Monochromatic Colors of #304cbb

#304cbb

Complementary Color

#304cbb #bb9f30

#304cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#304cbb Color CSS Codes

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

#304cbb Text Font Color

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

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


#304cbb Background Color

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

This div background color is #304cbb


#304cbb Border Color

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

This div border color is #304cbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,76,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 #304cbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304cbb


Comments

No comments written yet.

Please login to write comment.