Color Hex Logo

#307cbe Color Hex

#307CBE
(48,124,190)
0 Favorites   0 Comments

Color spaces of #307cbe

RGB 48124190
HSL0.580.600.47
HSV208°75°75°
CMYK 0.750.350.00   0.25
XYZ17.720818.761451.4025
Yxy18.76140.20160.2135
Hunter Lab43.3144-2.7723-40.0411
CIE-Lab50.4069-0.5970-41.2351

#307cbe color RGB value is (48,124,190).

#307cbe hex color red value is 48, green value is 124 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #307cbe hue: 0.58 , saturation: 0.60 and the lightness value of 307cbe is 0.47.

The process color (four color CMYK) of #307cbe color hex is 0.75, 0.35, 0.00, 0.25. Web safe color of #307cbe is #3366cc. Color #307cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111100 10111110
Octal 60 174 276
Decimal 48 124 190
Hex 30 7C BE

RGB Percentages of Color #307cbe

%13.26
%34.25
%52.49

CMYK Percentages of Color #307cbe

%75
%35
%0
%25

Triadic Colors of #307cbe

#307cbe #be307c #7cbe30

Analogous Colors of #307cbe

#307cbe #3035be #30beb9

Monochromatic Colors of #307cbe

#307cbe

Complementary Color

#307cbe #be7230

#307cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#307cbe Color CSS Codes

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

#307cbe Text Font Color

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

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


#307cbe Background Color

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

This div background color is #307cbe


#307cbe Border Color

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

This div border color is #307cbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,124,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #307cbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #307cbe;
  -webkit-box-shadow: 1px 1px 3px 2px #307cbe;
  box-shadow:         1px 1px 3px 2px #307cbe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307cbe


Comments

No comments written yet.

Please login to write comment.