Color Hex Logo

#303bae Color Hex

#303BAE
(48,59,174)
0 Favorites   0 Comments

Color spaces of #303bae

RGB 4859174
HSL0.650.570.44
HSV235°72°68°
CMYK 0.720.660.00   0.32
XYZ10.42296.812340.8100
Yxy6.81230.17960.1174
Hunter Lab26.100425.6063-74.4343
CIE-Lab31.375735.1185-62.5178

#303bae color RGB value is (48,59,174).

#303bae hex color red value is 48, green value is 59 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #303bae hue: 0.65 , saturation: 0.57 and the lightness value of 303bae is 0.44.

The process color (four color CMYK) of #303bae color hex is 0.72, 0.66, 0.00, 0.32. Web safe color of #303bae is #333399. Color #303bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00111011 10101110
Octal 60 73 256
Decimal 48 59 174
Hex 30 3B AE

RGB Percentages of Color #303bae

%17.08
%21.00
%61.92

CMYK Percentages of Color #303bae

%72
%66
%0
%32

Triadic Colors of #303bae

#303bae #ae303b #3bae30

Analogous Colors of #303bae

#303bae #6430ae #307aae

Monochromatic Colors of #303bae

#303bae

Complementary Color

#303bae #aea330

#303bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#303bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#303bae Color CSS Codes

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

#303bae Text Font Color

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

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


#303bae Background Color

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

This div background color is #303bae


#303bae Border Color

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

This div border color is #303bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #303bae


Comments

No comments written yet.

Please login to write comment.