Color Hex Logo

#307bba Color Hex

#307BBA
(48,123,186)
0 Favorites   0 Comments

Color spaces of #307bba

RGB 48123186
HSL0.580.590.46
HSV207°74°73°
CMYK 0.740.340.00   0.27
XYZ17.164818.339549.0896
Yxy18.33950.20290.2168
Hunter Lab42.8246-3.3975-37.9865
CIE-Lab49.9053-1.4543-39.7281

#307bba color RGB value is (48,123,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111011 10111010
Octal 60 173 272
Decimal 48 123 186
Hex 30 7B BA

RGB Percentages of Color #307bba

%13.45
%34.45
%52.10

CMYK Percentages of Color #307bba

%74
%34
%0
%27

Triadic Colors of #307bba

#307bba #ba307b #7bba30

Analogous Colors of #307bba

#307bba #3036ba #30bab4

Monochromatic Colors of #307bba

#307bba

Complementary Color

#307bba #ba6f30

#307bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#307bba Color CSS Codes

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

#307bba Text Font Color

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

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


#307bba Background Color

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

This div background color is #307bba


#307bba Border Color

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

This div border color is #307bba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,123,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 #307bba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307bba


Comments

No comments written yet.

Please login to write comment.