Color Hex Logo

#303587 Color Hex

#303587
(48,53,135)
0 Favorites   0 Comments

Color spaces of #303587

RGB 4853135
HSL0.660.480.36
HSV237°64°53°
CMYK 0.640.610.00   0.47
XYZ6.86524.923923.5102
Yxy4.92390.19450.1395
Hunter Lab22.189916.3929-47.2850
CIE-Lab26.516824.9669-46.6806

#303587 color RGB value is (48,53,135).

#303587 hex color red value is 48, green value is 53 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #303587 hue: 0.66 , saturation: 0.48 and the lightness value of 303587 is 0.36.

The process color (four color CMYK) of #303587 color hex is 0.64, 0.61, 0.00, 0.47. Web safe color of #303587 is #333399. Color #303587 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00110101 10000111
Octal 60 65 207
Decimal 48 53 135
Hex 30 35 87

RGB Percentages of Color #303587

%20.34
%22.46
%57.20

CMYK Percentages of Color #303587

%64
%61
%0
%47

Triadic Colors of #303587

#303587 #873035 #358730

Analogous Colors of #303587

#303587 #563087 #306187

Monochromatic Colors of #303587

#303587

Complementary Color

#303587 #878230

#303587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#303587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#303587 Color CSS Codes

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

#303587 Text Font Color

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

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


#303587 Background Color

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

This div background color is #303587


#303587 Border Color

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

This div border color is #303587


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #303587


Comments

No comments written yet.

Please login to write comment.