Color Hex Logo

#303fb4 Color Hex

#303FB4
(48,63,180)
0 Favorites   0 Comments

Color spaces of #303fb4

RGB 4863180
HSL0.650.580.45
HSV233°73°71°
CMYK 0.730.650.00   0.29
XYZ11.23467.478744.0314
Yxy7.47870.17910.1192
Hunter Lab27.347225.4726-76.3190
CIE-Lab32.872734.7238-63.6353

#303fb4 color RGB value is (48,63,180).

#303fb4 hex color red value is 48, green value is 63 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #303fb4 hue: 0.65 , saturation: 0.58 and the lightness value of 303fb4 is 0.45.

The process color (four color CMYK) of #303fb4 color hex is 0.73, 0.65, 0.00, 0.29. Web safe color of #303fb4 is #3333cc. Color #303fb4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00111111 10110100
Octal 60 77 264
Decimal 48 63 180
Hex 30 3F B4

RGB Percentages of Color #303fb4

%16.49
%21.65
%61.86

CMYK Percentages of Color #303fb4

%73
%65
%0
%29

Triadic Colors of #303fb4

#303fb4 #b4303f #3fb430

Analogous Colors of #303fb4

#303fb4 #6330b4 #3081b4

Monochromatic Colors of #303fb4

#303fb4

Complementary Color

#303fb4 #b4a530

#303fb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#303fb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#303fb4 Color CSS Codes

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

#303fb4 Text Font Color

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

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


#303fb4 Background Color

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

This div background color is #303fb4


#303fb4 Border Color

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

This div border color is #303fb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #303fb4


Comments

No comments written yet.

Please login to write comment.