Color Hex Logo

#307bc0 Color Hex

#307BC0
(48,123,192)
0 Favorites   0 Comments

Color spaces of #307bc0

RGB 48123192
HSL0.580.600.47
HSV209°75°75°
CMYK 0.750.360.00   0.25
XYZ17.816318.600152.5203
Yxy18.60010.20030.2091
Hunter Lab43.1278-1.7346-42.0128
CIE-Lab50.21600.7378-42.6849

#307bc0 color RGB value is (48,123,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111011 11000000
Octal 60 173 300
Decimal 48 123 192
Hex 30 7B C0

RGB Percentages of Color #307bc0

%13.22
%33.88
%52.89

CMYK Percentages of Color #307bc0

%75
%36
%0
%25

Triadic Colors of #307bc0

#307bc0 #c0307b #7bc030

Analogous Colors of #307bc0

#307bc0 #3033c0 #30c0bd

Monochromatic Colors of #307bc0

#307bc0

Complementary Color

#307bc0 #c07530

#307bc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307bc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#307bc0 Color CSS Codes

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

#307bc0 Text Font Color

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

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


#307bc0 Background Color

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

This div background color is #307bc0


#307bc0 Border Color

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

This div border color is #307bc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307bc0


Comments

No comments written yet.

Please login to write comment.