Color Hex Logo

#307bae Color Hex

#307BAE
(48,123,174)
0 Favorites   0 Comments

Color spaces of #307bae

RGB 48123174
HSL0.570.570.44
HSV204°72°68°
CMYK 0.720.290.00   0.32
XYZ15.941917.850342.6496
Yxy17.85030.20850.2335
Hunter Lab42.2496-6.5840-30.2766
CIE-Lab49.3140-5.7834-33.7246

#307bae color RGB value is (48,123,174).

#307bae hex color red value is 48, green value is 123 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #307bae hue: 0.57 , saturation: 0.57 and the lightness value of 307bae is 0.44.

The process color (four color CMYK) of #307bae color hex is 0.72, 0.29, 0.00, 0.32. Web safe color of #307bae is #336699. Color #307bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111011 10101110
Octal 60 173 256
Decimal 48 123 174
Hex 30 7B AE

RGB Percentages of Color #307bae

%13.91
%35.65
%50.43

CMYK Percentages of Color #307bae

%72
%29
%0
%32

Triadic Colors of #307bae

#307bae #ae307b #7bae30

Analogous Colors of #307bae

#307bae #303cae #30aea2

Monochromatic Colors of #307bae

#307bae

Complementary Color

#307bae #ae6330

#307bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#307bae Color CSS Codes

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

#307bae Text Font Color

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

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


#307bae Background Color

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

This div background color is #307bae


#307bae Border Color

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

This div border color is #307bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307bae


Comments

No comments written yet.

Please login to write comment.