Color Hex Logo

#303387 Color Hex

#303387
(48,51,135)
0 Favorites   0 Comments

Color spaces of #303387

RGB 4851135
HSL0.660.480.36
HSV238°64°53°
CMYK 0.640.620.00   0.47
XYZ6.77594.745323.4805
Yxy4.74530.19360.1356
Hunter Lab21.783717.4016-48.6597
CIE-Lab25.996426.3032-47.5273

#303387 color RGB value is (48,51,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00110011 10000111
Octal 60 63 207
Decimal 48 51 135
Hex 30 33 87

RGB Percentages of Color #303387

%20.51
%21.79
%57.69

CMYK Percentages of Color #303387

%64
%62
%0
%47

Triadic Colors of #303387

#303387 #873033 #338730

Analogous Colors of #303387

#303387 #583087 #305f87

Monochromatic Colors of #303387

#303387

Complementary Color

#303387 #878430

#303387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#303387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#303387 Color CSS Codes

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

#303387 Text Font Color

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

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


#303387 Background Color

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

This div background color is #303387


#303387 Border Color

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

This div border color is #303387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #303387


Comments

No comments written yet.

Please login to write comment.