Color Hex Logo

#304566 Color Hex

#304566
(48,69,102)
1 Favorites   0 Comments

Color spaces of #304566

RGB 4869102
HSL0.600.360.29
HSV217°53°40°
CMYK 0.530.320.00   0.60
XYZ5.74535.843913.3956
Yxy5.84390.23000.2339
Hunter Lab24.17420.1180-15.9324
CIE-Lab29.01522.1973-21.8588

#304566 color RGB value is (48,69,102).

#304566 hex color red value is 48, green value is 69 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #304566 hue: 0.60 , saturation: 0.36 and the lightness value of 304566 is 0.29.

The process color (four color CMYK) of #304566 color hex is 0.53, 0.32, 0.00, 0.60. Web safe color of #304566 is #333366. Color #304566 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000101 01100110
Octal 60 105 146
Decimal 48 69 102
Hex 30 45 66

RGB Percentages of Color #304566

%21.92
%31.51
%46.58

CMYK Percentages of Color #304566

%53
%32
%0
%60

Triadic Colors of #304566

#304566 #663045 #456630

Analogous Colors of #304566

#304566 #363066 #306066

Monochromatic Colors of #304566

#304566

Complementary Color

#304566 #665130

#304566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#304566 Color CSS Codes

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

#304566 Text Font Color

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

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


#304566 Background Color

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

This div background color is #304566


#304566 Border Color

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

This div border color is #304566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304566

#304566 Color Palettes


Comments

No comments written yet.

Please login to write comment.