Color Hex Logo

#304dbc Color Hex

#304DBC
(48,77,188)
0 Favorites   0 Comments

Color spaces of #304dbc

RGB 4877188
HSL0.630.590.46
HSV228°74°74°
CMYK 0.740.590.00   0.26
XYZ12.94999.567048.7410
Yxy9.56700.18170.1343
Hunter Lab30.930620.6053-71.7790
CIE-Lab37.053828.6037-61.5220

#304dbc color RGB value is (48,77,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001101 10111100
Octal 60 115 274
Decimal 48 77 188
Hex 30 4D BC

RGB Percentages of Color #304dbc

%15.34
%24.60
%60.06

CMYK Percentages of Color #304dbc

%74
%59
%0
%26

Triadic Colors of #304dbc

#304dbc #bc304d #4dbc30

Analogous Colors of #304dbc

#304dbc #5930bc #3093bc

Monochromatic Colors of #304dbc

#304dbc

Complementary Color

#304dbc #bc9f30

#304dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#304dbc Color CSS Codes

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

#304dbc Text Font Color

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

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


#304dbc Background Color

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

This div background color is #304dbc


#304dbc Border Color

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

This div border color is #304dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304dbc


Comments

No comments written yet.

Please login to write comment.