Color Hex Logo

#304dcf Color Hex

#304DCF
(48,77,207)
0 Favorites   0 Comments

Color spaces of #304dcf

RGB 4877207
HSL0.640.620.50
HSV229°77°81°
CMYK 0.770.630.00   0.19
XYZ15.135310.441160.2491
Yxy10.44110.17630.1217
Hunter Lab32.312727.0624-87.9312
CIE-Lab38.622735.5686-70.0180

#304dcf color RGB value is (48,77,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001101 11001111
Octal 60 115 317
Decimal 48 77 207
Hex 30 4D CF

RGB Percentages of Color #304dcf

%14.46
%23.19
%62.35

CMYK Percentages of Color #304dcf

%77
%63
%0
%19

Triadic Colors of #304dcf

#304dcf #cf304d #4dcf30

Analogous Colors of #304dcf

#304dcf #6230cf #309dcf

Monochromatic Colors of #304dcf

#304dcf

Complementary Color

#304dcf #cfb230

#304dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#304dcf Color CSS Codes

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

#304dcf Text Font Color

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

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


#304dcf Background Color

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

This div background color is #304dcf


#304dcf Border Color

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

This div border color is #304dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304dcf


Comments

No comments written yet.

Please login to write comment.