Color Hex Logo

#304dcd Color Hex

#304DCD
(48,77,205)
0 Favorites   0 Comments

Color spaces of #304dcd

RGB 4877205
HSL0.640.620.50
HSV229°77°80°
CMYK 0.770.620.00   0.20
XYZ14.892210.343958.9693
Yxy10.34390.17690.1228
Hunter Lab32.161926.3689-86.1956
CIE-Lab38.452734.8427-69.1402

#304dcd color RGB value is (48,77,205).

#304dcd hex color red value is 48, green value is 77 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #304dcd hue: 0.64 , saturation: 0.62 and the lightness value of 304dcd is 0.50.

The process color (four color CMYK) of #304dcd color hex is 0.77, 0.62, 0.00, 0.20. Web safe color of #304dcd is #3366cc. Color #304dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001101 11001101
Octal 60 115 315
Decimal 48 77 205
Hex 30 4D CD

RGB Percentages of Color #304dcd

%14.55
%23.33
%62.12

CMYK Percentages of Color #304dcd

%77
%62
%0
%20

Triadic Colors of #304dcd

#304dcd #cd304d #4dcd30

Analogous Colors of #304dcd

#304dcd #6130cd #309ccd

Monochromatic Colors of #304dcd

#304dcd

Complementary Color

#304dcd #cdb030

#304dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#304dcd Color CSS Codes

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

#304dcd Text Font Color

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

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


#304dcd Background Color

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

This div background color is #304dcd


#304dcd Border Color

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

This div border color is #304dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304dcd


Comments

No comments written yet.

Please login to write comment.