Color Hex Logo

#304bde Color Hex

#304BDE
(48,75,222)
0 Favorites   0 Comments

Color spaces of #304bde

RGB 4875222
HSL0.640.730.53
HSV231°78°87°
CMYK 0.780.660.00   0.13
XYZ16.919810.934570.3260
Yxy10.93450.17230.1114
Hunter Lab33.067433.4664-102.9479
CIE-Lab39.469942.1747-77.2437

#304bde color RGB value is (48,75,222).

#304bde hex color red value is 48, green value is 75 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #304bde hue: 0.64 , saturation: 0.73 and the lightness value of 304bde is 0.53.

The process color (four color CMYK) of #304bde color hex is 0.78, 0.66, 0.00, 0.13. Web safe color of #304bde is #3333cc. Color #304bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001011 11011110
Octal 60 113 336
Decimal 48 75 222
Hex 30 4B DE

RGB Percentages of Color #304bde

%13.91
%21.74
%64.35

CMYK Percentages of Color #304bde

%78
%66
%0
%13

Triadic Colors of #304bde

#304bde #de304b #4bde30

Analogous Colors of #304bde

#304bde #6c30de #30a2de

Monochromatic Colors of #304bde

#304bde

Complementary Color

#304bde #dec330

#304bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#304bde Color CSS Codes

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

#304bde Text Font Color

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

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


#304bde Background Color

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

This div background color is #304bde


#304bde Border Color

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

This div border color is #304bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304bde


Comments

No comments written yet.

Please login to write comment.