Color Hex Logo

#307fba Color Hex

#307FBA
(48,127,186)
0 Favorites   0 Comments

Color spaces of #307fba

RGB 48127186
HSL0.570.590.46
HSV206°74°73°
CMYK 0.740.320.00   0.27
XYZ17.671219.352349.2584
Yxy19.35230.20480.2243
Hunter Lab43.9912-5.2816-35.5950
CIE-Lab51.0969-3.8378-37.8494

#307fba color RGB value is (48,127,186).

#307fba hex color red value is 48, green value is 127 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #307fba hue: 0.57 , saturation: 0.59 and the lightness value of 307fba is 0.46.

The process color (four color CMYK) of #307fba color hex is 0.74, 0.32, 0.00, 0.27. Web safe color of #307fba is #3366cc. Color #307fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111111 10111010
Octal 60 177 272
Decimal 48 127 186
Hex 30 7F BA

RGB Percentages of Color #307fba

%13.30
%35.18
%51.52

CMYK Percentages of Color #307fba

%74
%32
%0
%27

Triadic Colors of #307fba

#307fba #ba307f #7fba30

Analogous Colors of #307fba

#307fba #303aba #30bab0

Monochromatic Colors of #307fba

#307fba

Complementary Color

#307fba #ba6b30

#307fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#307fba Color CSS Codes

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

#307fba Text Font Color

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

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


#307fba Background Color

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

This div background color is #307fba


#307fba Border Color

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

This div border color is #307fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307fba


Comments

No comments written yet.

Please login to write comment.