Color Hex Logo

#304bda Color Hex

#304BDA
(48,75,218)
0 Favorites   0 Comments

Color spaces of #304bda

RGB 4875218
HSL0.640.700.52
HSV230°78°85°
CMYK 0.780.660.00   0.15
XYZ16.389910.722567.5355
Yxy10.72250.17320.1133
Hunter Lab32.745232.0401-99.3612
CIE-Lab39.109140.7625-75.5483

#304bda color RGB value is (48,75,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001011 11011010
Octal 60 113 332
Decimal 48 75 218
Hex 30 4B DA

RGB Percentages of Color #304bda

%14.08
%21.99
%63.93

CMYK Percentages of Color #304bda

%78
%66
%0
%15

Triadic Colors of #304bda

#304bda #da304b #4bda30

Analogous Colors of #304bda

#304bda #6a30da #30a0da

Monochromatic Colors of #304bda

#304bda

Complementary Color

#304bda #dabf30

#304bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#304bda Color CSS Codes

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

#304bda Text Font Color

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

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


#304bda Background Color

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

This div background color is #304bda


#304bda Border Color

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

This div border color is #304bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304bda


Comments

No comments written yet.

Please login to write comment.