Color Hex Logo

#307cc6 Color Hex

#307CC6
(48,124,198)
0 Favorites   0 Comments

Color spaces of #307cc6

RGB 48124198
HSL0.580.610.48
HSV210°76°78°
CMYK 0.760.370.00   0.22
XYZ18.619619.120956.1354
Yxy19.12090.19830.2037
Hunter Lab43.7275-0.5159-45.5047
CIE-Lab50.82842.3361-45.1484

#307cc6 color RGB value is (48,124,198).

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

The process color (four color CMYK) of #307cc6 color hex is 0.76, 0.37, 0.00, 0.22. Web safe color of #307cc6 is #3366cc. Color #307cc6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111100 11000110
Octal 60 174 306
Decimal 48 124 198
Hex 30 7C C6

RGB Percentages of Color #307cc6

%12.97
%33.51
%53.51

CMYK Percentages of Color #307cc6

%76
%37
%0
%22

Triadic Colors of #307cc6

#307cc6 #c6307c #7cc630

Analogous Colors of #307cc6

#307cc6 #3031c6 #30c6c5

Monochromatic Colors of #307cc6

#307cc6

Complementary Color

#307cc6 #c67a30

#307cc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307cc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#307cc6 Color CSS Codes

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

#307cc6 Text Font Color

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

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


#307cc6 Background Color

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

This div background color is #307cc6


#307cc6 Border Color

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

This div border color is #307cc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307cc6


Comments

No comments written yet.

Please login to write comment.