Color Hex Logo

#305385 Color Hex

#305385
(48,83,133)
0 Favorites   0 Comments

Color spaces of #305385

RGB 4883133
HSL0.600.470.35
HSV215°64°52°
CMYK 0.640.380.00   0.48
XYZ8.54588.508323.3822
Yxy8.50830.21130.2104
Hunter Lab29.16901.2504-27.1093
CIE-Lab35.01984.0836-31.8021

#305385 color RGB value is (48,83,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01010011 10000101
Octal 60 123 205
Decimal 48 83 133
Hex 30 53 85

RGB Percentages of Color #305385

%18.18
%31.44
%50.38

CMYK Percentages of Color #305385

%64
%38
%0
%48

Triadic Colors of #305385

#305385 #853053 #538530

Analogous Colors of #305385

#305385 #383085 #307e85

Monochromatic Colors of #305385

#305385

Complementary Color

#305385 #856230

#305385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#305385 Color CSS Codes

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

#305385 Text Font Color

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

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


#305385 Background Color

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

This div background color is #305385


#305385 Border Color

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

This div border color is #305385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #305385


Comments

No comments written yet.

Please login to write comment.