Color Hex Logo

#305993 Color Hex

#305993
(48,89,147)
0 Favorites   0 Comments

Color spaces of #305993

RGB 4889147
HSL0.600.510.38
HSV215°67°58°
CMYK 0.670.390.00   0.42
XYZ10.05789.879728.9806
Yxy9.87970.20560.2020
Hunter Lab31.43202.1115-32.6636
CIE-Lab37.62575.3515-36.1928

#305993 color RGB value is (48,89,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011001 10010011
Octal 60 131 223
Decimal 48 89 147
Hex 30 59 93

RGB Percentages of Color #305993

%16.90
%31.34
%51.76

CMYK Percentages of Color #305993

%67
%39
%0
%42

Triadic Colors of #305993

#305993 #933059 #599330

Analogous Colors of #305993

#305993 #393093 #308b93

Monochromatic Colors of #305993

#305993

Complementary Color

#305993 #936a30

#305993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#305993 Color CSS Codes

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

#305993 Text Font Color

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

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


#305993 Background Color

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

This div background color is #305993


#305993 Border Color

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

This div border color is #305993


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,89,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 #305993">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #305993


Comments

No comments written yet.

Please login to write comment.