Color Hex Logo

#304294 Color Hex

#304294
(48,66,148)
0 Favorites   0 Comments

Color spaces of #304294

RGB 4866148
HSL0.640.510.38
HSV229°68°58°
CMYK 0.680.550.00   0.42
XYZ8.51246.662928.8544
Yxy6.66290.19330.1513
Hunter Lab25.812613.6932-48.2080
CIE-Lab31.026821.0025-47.3830

#304294 color RGB value is (48,66,148).

#304294 hex color red value is 48, green value is 66 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #304294 hue: 0.64 , saturation: 0.51 and the lightness value of 304294 is 0.38.

The process color (four color CMYK) of #304294 color hex is 0.68, 0.55, 0.00, 0.42. Web safe color of #304294 is #333399. Color #304294 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000010 10010100
Octal 60 102 224
Decimal 48 66 148
Hex 30 42 94

RGB Percentages of Color #304294

%18.32
%25.19
%56.49

CMYK Percentages of Color #304294

%68
%55
%0
%42

Triadic Colors of #304294

#304294 #943042 #429430

Analogous Colors of #304294

#304294 #503094 #307494

Monochromatic Colors of #304294

#304294

Complementary Color

#304294 #948230

#304294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#304294 Color CSS Codes

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

#304294 Text Font Color

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

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


#304294 Background Color

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

This div background color is #304294


#304294 Border Color

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

This div border color is #304294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304294


Comments

No comments written yet.

Please login to write comment.