Color Hex Logo

#306393 Color Hex

#306393
(48,99,147)
0 Favorites   0 Comments

Color spaces of #306393

RGB 4899147
HSL0.580.510.38
HSV209°67°58°
CMYK 0.670.330.00   0.42
XYZ10.947211.658629.2771
Yxy11.65860.21100.2247
Hunter Lab34.1447-2.5240-26.9365
CIE-Lab40.6683-0.9882-31.3841

#306393 color RGB value is (48,99,147).

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

The process color (four color CMYK) of #306393 color hex is 0.67, 0.33, 0.00, 0.42. Web safe color of #306393 is #336699. Color #306393 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100011 10010011
Octal 60 143 223
Decimal 48 99 147
Hex 30 63 93

RGB Percentages of Color #306393

%16.33
%33.67
%50.00

CMYK Percentages of Color #306393

%67
%33
%0
%42

Triadic Colors of #306393

#306393 #933063 #639330

Analogous Colors of #306393

#306393 #303293 #309392

Monochromatic Colors of #306393

#306393

Complementary Color

#306393 #936030

#306393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#306393 Color CSS Codes

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

#306393 Text Font Color

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

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


#306393 Background Color

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

This div background color is #306393


#306393 Border Color

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

This div border color is #306393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306393


Comments

No comments written yet.

Please login to write comment.