Color Hex Logo

#304dc9 Color Hex

#304DC9
(48,77,201)
0 Favorites   0 Comments

Color spaces of #304dc9

RGB 4877201
HSL0.640.610.49
HSV229°76°79°
CMYK 0.760.620.00   0.21
XYZ14.415410.153256.4583
Yxy10.15320.17790.1253
Hunter Lab31.864124.9917-82.7480
CIE-Lab38.116033.3860-67.3731

#304dc9 color RGB value is (48,77,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001101 11001001
Octal 60 115 311
Decimal 48 77 201
Hex 30 4D C9

RGB Percentages of Color #304dc9

%14.72
%23.62
%61.66

CMYK Percentages of Color #304dc9

%76
%62
%0
%21

Triadic Colors of #304dc9

#304dc9 #c9304d #4dc930

Analogous Colors of #304dc9

#304dc9 #6030c9 #309ac9

Monochromatic Colors of #304dc9

#304dc9

Complementary Color

#304dc9 #c9ac30

#304dc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304dc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#304dc9 Color CSS Codes

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

#304dc9 Text Font Color

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

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


#304dc9 Background Color

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

This div background color is #304dc9


#304dc9 Border Color

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

This div border color is #304dc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304dc9


Comments

No comments written yet.

Please login to write comment.