Color Hex Logo

#304b89 Color Hex

#304B89
(48,75,137)
0 Favorites   0 Comments

Color spaces of #304b89

RGB 4875137
HSL0.620.480.36
HSV222°65°54°
CMYK 0.650.450.00   0.46
XYZ8.25047.466724.6733
Yxy7.46670.20430.1849
Hunter Lab27.32536.0758-34.4081
CIE-Lab32.846610.8397-37.7141

#304b89 color RGB value is (48,75,137).

#304b89 hex color red value is 48, green value is 75 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #304b89 hue: 0.62 , saturation: 0.48 and the lightness value of 304b89 is 0.36.

The process color (four color CMYK) of #304b89 color hex is 0.65, 0.45, 0.00, 0.46. Web safe color of #304b89 is #333399. Color #304b89 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001011 10001001
Octal 60 113 211
Decimal 48 75 137
Hex 30 4B 89

RGB Percentages of Color #304b89

%18.46
%28.85
%52.69

CMYK Percentages of Color #304b89

%65
%45
%0
%46

Triadic Colors of #304b89

#304b89 #89304b #4b8930

Analogous Colors of #304b89

#304b89 #423089 #307889

Monochromatic Colors of #304b89

#304b89

Complementary Color

#304b89 #896e30

#304b89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304b89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#304b89 Color CSS Codes

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

#304b89 Text Font Color

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

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


#304b89 Background Color

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

This div background color is #304b89


#304b89 Border Color

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

This div border color is #304b89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304b89


Comments

No comments written yet.

Please login to write comment.