Color Hex Logo

#305f8c Color Hex

#305F8C
(48,95,140)
0 Favorites   0 Comments

Color spaces of #305f8c

RGB 4895140
HSL0.580.490.37
HSV209°66°55°
CMYK 0.660.320.00   0.45
XYZ10.044810.706226.3480
Yxy10.70620.21330.2273
Hunter Lab32.7203-2.4629-24.8390
CIE-Lab39.0812-1.0242-29.6634

#305f8c color RGB value is (48,95,140).

#305f8c hex color red value is 48, green value is 95 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #305f8c hue: 0.58 , saturation: 0.49 and the lightness value of 305f8c is 0.37.

The process color (four color CMYK) of #305f8c color hex is 0.66, 0.32, 0.00, 0.45. Web safe color of #305f8c is #336699. Color #305f8c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011111 10001100
Octal 60 137 214
Decimal 48 95 140
Hex 30 5F 8C

RGB Percentages of Color #305f8c

%16.96
%33.57
%49.47

CMYK Percentages of Color #305f8c

%66
%32
%0
%45

Triadic Colors of #305f8c

#305f8c #8c305f #5f8c30

Analogous Colors of #305f8c

#305f8c #30318c #308c8b

Monochromatic Colors of #305f8c

#305f8c

Complementary Color

#305f8c #8c5d30

#305f8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305f8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#305f8c Color CSS Codes

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

#305f8c Text Font Color

<p style="color:#305f8c">Text here</p>

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


#305f8c Background Color

<div style="background-color:#305f8c">
Div content here</div>

This div background color is #305f8c


#305f8c Border Color

<div style="border:3px solid #305f8c">
Div here</div>

This div border color is #305f8c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,95,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #305f8c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #305f8c;
  -webkit-box-shadow: 1px 1px 3px 2px #305f8c;
  box-shadow:         1px 1px 3px 2px #305f8c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #305f8c


Comments

No comments written yet.

Please login to write comment.