Color Hex Logo

#307bbd Color Hex

#307BBD
(48,123,189)
0 Favorites   0 Comments

Color spaces of #307bbd

RGB 48123189
HSL0.580.590.46
HSV208°75°74°
CMYK 0.750.350.00   0.26
XYZ17.487218.468450.7872
Yxy18.46840.20160.2129
Hunter Lab42.9749-2.5714-39.9858
CIE-Lab50.0594-0.3598-41.2103

#307bbd color RGB value is (48,123,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111011 10111101
Octal 60 173 275
Decimal 48 123 189
Hex 30 7B BD

RGB Percentages of Color #307bbd

%13.33
%34.17
%52.50

CMYK Percentages of Color #307bbd

%75
%35
%0
%26

Triadic Colors of #307bbd

#307bbd #bd307b #7bbd30

Analogous Colors of #307bbd

#307bbd #3034bd #30bdb9

Monochromatic Colors of #307bbd

#307bbd

Complementary Color

#307bbd #bd7230

#307bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#307bbd Color CSS Codes

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

#307bbd Text Font Color

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

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


#307bbd Background Color

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

This div background color is #307bbd


#307bbd Border Color

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

This div border color is #307bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307bbd


Comments

No comments written yet.

Please login to write comment.