Color Hex Logo

#303eab Color Hex

#303EAB
(48,62,171)
0 Favorites   0 Comments

Color spaces of #303eab

RGB 4862171
HSL0.650.560.43
HSV233°72°67°
CMYK 0.720.640.00   0.33
XYZ10.29227.013939.3394
Yxy7.01390.18170.1238
Hunter Lab26.483823.0226-69.5316
CIE-Lab31.838532.1191-59.9665

#303eab color RGB value is (48,62,171).

#303eab hex color red value is 48, green value is 62 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #303eab hue: 0.65 , saturation: 0.56 and the lightness value of 303eab is 0.43.

The process color (four color CMYK) of #303eab color hex is 0.72, 0.64, 0.00, 0.33. Web safe color of #303eab is #333399. Color #303eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00111110 10101011
Octal 60 76 253
Decimal 48 62 171
Hex 30 3E AB

RGB Percentages of Color #303eab

%17.08
%22.06
%60.85

CMYK Percentages of Color #303eab

%72
%64
%0
%33

Triadic Colors of #303eab

#303eab #ab303e #3eab30

Analogous Colors of #303eab

#303eab #5f30ab #307cab

Monochromatic Colors of #303eab

#303eab

Complementary Color

#303eab #ab9d30

#303eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#303eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#303eab Color CSS Codes

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

#303eab Text Font Color

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

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


#303eab Background Color

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

This div background color is #303eab


#303eab Border Color

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

This div border color is #303eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #303eab


Comments

No comments written yet.

Please login to write comment.