Color Hex Logo

#304cbc Color Hex

#304CBC
(48,76,188)
0 Favorites   0 Comments

Color spaces of #304cbc

RGB 4876188
HSL0.630.590.46
HSV228°74°74°
CMYK 0.740.600.00   0.26
XYZ12.88059.428148.7179
Yxy9.42810.18130.1327
Hunter Lab30.705221.1447-72.5778
CIE-Lab36.795829.2554-61.9427

#304cbc color RGB value is (48,76,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001100 10111100
Octal 60 114 274
Decimal 48 76 188
Hex 30 4C BC

RGB Percentages of Color #304cbc

%15.38
%24.36
%60.26

CMYK Percentages of Color #304cbc

%74
%60
%0
%26

Triadic Colors of #304cbc

#304cbc #bc304c #4cbc30

Analogous Colors of #304cbc

#304cbc #5a30bc #3092bc

Monochromatic Colors of #304cbc

#304cbc

Complementary Color

#304cbc #bca030

#304cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#304cbc Color CSS Codes

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

#304cbc Text Font Color

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

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


#304cbc Background Color

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

This div background color is #304cbc


#304cbc Border Color

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

This div border color is #304cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304cbc


Comments

No comments written yet.

Please login to write comment.