Color Hex Logo

#304ab0 Color Hex

#304AB0
(48,74,176)
0 Favorites   0 Comments

Color spaces of #304ab0

RGB 4874176
HSL0.630.570.44
HSV228°73°69°
CMYK 0.730.580.00   0.31
XYZ11.50428.660542.1396
Yxy8.66050.18460.1390
Hunter Lab29.428718.2785-64.2985
CIE-Lab35.322226.1130-57.2628

#304ab0 color RGB value is (48,74,176).

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

The process color (four color CMYK) of #304ab0 color hex is 0.73, 0.58, 0.00, 0.31. Web safe color of #304ab0 is #333399. Color #304ab0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001010 10110000
Octal 60 112 260
Decimal 48 74 176
Hex 30 4A B0

RGB Percentages of Color #304ab0

%16.11
%24.83
%59.06

CMYK Percentages of Color #304ab0

%73
%58
%0
%31

Triadic Colors of #304ab0

#304ab0 #b0304a #4ab030

Analogous Colors of #304ab0

#304ab0 #5630b0 #308ab0

Monochromatic Colors of #304ab0

#304ab0

Complementary Color

#304ab0 #b09630

#304ab0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304ab0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#304ab0 Color CSS Codes

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

#304ab0 Text Font Color

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

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


#304ab0 Background Color

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

This div background color is #304ab0


#304ab0 Border Color

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

This div border color is #304ab0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304ab0


Comments

No comments written yet.

Please login to write comment.