Color Hex Logo

#303a87 Color Hex

#303A87
(48,58,135)
0 Favorites   0 Comments

Color spaces of #303a87

RGB 4858135
HSL0.650.480.36
HSV233°64°53°
CMYK 0.640.570.00   0.47
XYZ7.10525.403823.5902
Yxy5.40380.19680.1497
Hunter Lab23.246113.8782-43.8955
CIE-Lab27.855521.5955-44.5084

#303a87 color RGB value is (48,58,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00111010 10000111
Octal 60 72 207
Decimal 48 58 135
Hex 30 3A 87

RGB Percentages of Color #303a87

%19.92
%24.07
%56.02

CMYK Percentages of Color #303a87

%64
%57
%0
%47

Triadic Colors of #303a87

#303a87 #87303a #3a8730

Analogous Colors of #303a87

#303a87 #523087 #306687

Monochromatic Colors of #303a87

#303a87

Complementary Color

#303a87 #877d30

#303a87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#303a87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#303a87 Color CSS Codes

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

#303a87 Text Font Color

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

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


#303a87 Background Color

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

This div background color is #303a87


#303a87 Border Color

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

This div border color is #303a87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #303a87


Comments

No comments written yet.

Please login to write comment.