Color Hex Logo

#307cbd Color Hex

#307CBD
(48,124,189)
0 Favorites   0 Comments

Color spaces of #307cbd

RGB 48124189
HSL0.580.590.46
HSV208°75°74°
CMYK 0.750.340.00   0.26
XYZ17.611918.717850.8288
Yxy18.71780.20210.2148
Hunter Lab43.2641-3.0485-39.3720
CIE-Lab50.3554-0.9614-40.7423

#307cbd color RGB value is (48,124,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111100 10111101
Octal 60 174 275
Decimal 48 124 189
Hex 30 7C BD

RGB Percentages of Color #307cbd

%13.30
%34.35
%52.35

CMYK Percentages of Color #307cbd

%75
%34
%0
%26

Triadic Colors of #307cbd

#307cbd #bd307c #7cbd30

Analogous Colors of #307cbd

#307cbd #3035bd #30bdb8

Monochromatic Colors of #307cbd

#307cbd

Complementary Color

#307cbd #bd7130

#307cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#307cbd Color CSS Codes

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

#307cbd Text Font Color

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

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


#307cbd Background Color

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

This div background color is #307cbd


#307cbd Border Color

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

This div border color is #307cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307cbd


Comments

No comments written yet.

Please login to write comment.