Color Hex Logo

#304261 Color Hex

#304261
(48,66,97)
0 Favorites   0 Comments

Color spaces of #304261

RGB 486697
HSL0.610.340.28
HSV218°51°38°
CMYK 0.510.320.00   0.62
XYZ5.32485.387912.0686
Yxy5.38790.23370.2365
Hunter Lab23.21190.3272-14.5785
CIE-Lab27.81252.4722-20.5330

#304261 color RGB value is (48,66,97).

#304261 hex color red value is 48, green value is 66 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #304261 hue: 0.61 , saturation: 0.34 and the lightness value of 304261 is 0.28.

The process color (four color CMYK) of #304261 color hex is 0.51, 0.32, 0.00, 0.62. Web safe color of #304261 is #333366. Color #304261 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000010 01100001
Octal 60 102 141
Decimal 48 66 97
Hex 30 42 61

RGB Percentages of Color #304261

%22.75
%31.28
%45.97

CMYK Percentages of Color #304261

%51
%32
%0
%62

Triadic Colors of #304261

#304261 #613042 #426130

Analogous Colors of #304261

#304261 #373061 #305b61

Monochromatic Colors of #304261

#304261

Complementary Color

#304261 #614f30

#304261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#304261 Color CSS Codes

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

#304261 Text Font Color

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

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


#304261 Background Color

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

This div background color is #304261


#304261 Border Color

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

This div border color is #304261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304261


Comments

No comments written yet.

Please login to write comment.