Color Hex Logo

#304276 Color Hex

#304276
(48,66,118)
0 Favorites   0 Comments

Color spaces of #304276

RGB 4866118
HSL0.620.420.33
HSV225°59°46°
CMYK 0.590.440.00   0.54
XYZ6.43725.832817.9261
Yxy5.83280.21320.1932
Hunter Lab24.15125.3124-27.1019
CIE-Lab28.98679.9008-32.0523

#304276 color RGB value is (48,66,118).

#304276 hex color red value is 48, green value is 66 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #304276 hue: 0.62 , saturation: 0.42 and the lightness value of 304276 is 0.33.

The process color (four color CMYK) of #304276 color hex is 0.59, 0.44, 0.00, 0.54. Web safe color of #304276 is #333366. Color #304276 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000010 01110110
Octal 60 102 166
Decimal 48 66 118
Hex 30 42 76

RGB Percentages of Color #304276

%20.69
%28.45
%50.86

CMYK Percentages of Color #304276

%59
%44
%0
%54

Triadic Colors of #304276

#304276 #763042 #427630

Analogous Colors of #304276

#304276 #413076 #306576

Monochromatic Colors of #304276

#304276

Complementary Color

#304276 #766430

#304276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#304276 Color CSS Codes

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

#304276 Text Font Color

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

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


#304276 Background Color

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

This div background color is #304276


#304276 Border Color

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

This div border color is #304276


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,66,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #304276; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #304276;
  -webkit-box-shadow: 1px 1px 3px 2px #304276;
  box-shadow:         1px 1px 3px 2px #304276; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304276


Comments

No comments written yet.

Please login to write comment.