Color Hex Logo

#307f9a Color Hex

#307F9A
(48,127,154)
0 Favorites   0 Comments

Color spaces of #307f9a

RGB 48127154
HSL0.540.520.40
HSV195°69°60°
CMYK 0.690.180.00   0.40
XYZ14.641018.140233.3016
Yxy18.14020.22160.2745
Hunter Lab42.5913-13.1744-16.5442
CIE-Lab49.6657-15.0135-21.5341

#307f9a color RGB value is (48,127,154).

#307f9a hex color red value is 48, green value is 127 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #307f9a hue: 0.54 , saturation: 0.52 and the lightness value of 307f9a is 0.40.

The process color (four color CMYK) of #307f9a color hex is 0.69, 0.18, 0.00, 0.40. Web safe color of #307f9a is #336699. Color #307f9a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111111 10011010
Octal 60 177 232
Decimal 48 127 154
Hex 30 7F 9A

RGB Percentages of Color #307f9a

%14.59
%38.60
%46.81

CMYK Percentages of Color #307f9a

%69
%18
%0
%40

Triadic Colors of #307f9a

#307f9a #9a307f #7f9a30

Analogous Colors of #307f9a

#307f9a #304a9a #309a80

Monochromatic Colors of #307f9a

#307f9a

Complementary Color

#307f9a #9a4b30

#307f9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307f9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#307f9a Color CSS Codes

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

#307f9a Text Font Color

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

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


#307f9a Background Color

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

This div background color is #307f9a


#307f9a Border Color

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

This div border color is #307f9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307f9a


Comments

No comments written yet.

Please login to write comment.