Color Hex Logo

#304bad Color Hex

#304BAD
(48,75,173)
0 Favorites   0 Comments

Color spaces of #304bad

RGB 4875173
HSL0.630.570.43
HSV227°72°68°
CMYK 0.720.570.00   0.32
XYZ11.27788.677740.6157
Yxy8.67770.18620.1433
Hunter Lab29.457916.7863-61.1267
CIE-Lab35.356224.3334-55.4257

#304bad color RGB value is (48,75,173).

#304bad hex color red value is 48, green value is 75 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #304bad hue: 0.63 , saturation: 0.57 and the lightness value of 304bad is 0.43.

The process color (four color CMYK) of #304bad color hex is 0.72, 0.57, 0.00, 0.32. Web safe color of #304bad is #333399. Color #304bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001011 10101101
Octal 60 113 255
Decimal 48 75 173
Hex 30 4B AD

RGB Percentages of Color #304bad

%16.22
%25.34
%58.45

CMYK Percentages of Color #304bad

%72
%57
%0
%32

Triadic Colors of #304bad

#304bad #ad304b #4bad30

Analogous Colors of #304bad

#304bad #5330ad #308aad

Monochromatic Colors of #304bad

#304bad

Complementary Color

#304bad #ad9230

#304bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#304bad Color CSS Codes

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

#304bad Text Font Color

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

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


#304bad Background Color

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

This div background color is #304bad


#304bad Border Color

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

This div border color is #304bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304bad


Comments

No comments written yet.

Please login to write comment.