Color Hex Logo

#305386 Color Hex

#305386
(48,83,134)
0 Favorites   0 Comments

Color spaces of #305386

RGB 4883134
HSL0.600.470.36
HSV216°64°53°
CMYK 0.640.380.00   0.47
XYZ8.61538.536123.7478
Yxy8.53610.21060.2087
Hunter Lab29.21661.5065-27.7404
CIE-Lab35.07534.4499-32.3274

#305386 color RGB value is (48,83,134).

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

The process color (four color CMYK) of #305386 color hex is 0.64, 0.38, 0.00, 0.47. Web safe color of #305386 is #336699. Color #305386 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01010011 10000110
Octal 60 123 206
Decimal 48 83 134
Hex 30 53 86

RGB Percentages of Color #305386

%18.11
%31.32
%50.57

CMYK Percentages of Color #305386

%64
%38
%0
%47

Triadic Colors of #305386

#305386 #863053 #538630

Analogous Colors of #305386

#305386 #383086 #307e86

Monochromatic Colors of #305386

#305386

Complementary Color

#305386 #866330

#305386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#305386 Color CSS Codes

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

#305386 Text Font Color

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

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


#305386 Background Color

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

This div background color is #305386


#305386 Border Color

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

This div border color is #305386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #305386


Comments

No comments written yet.

Please login to write comment.