Color Hex Logo

#3074c8 Color Hex

#3074C8
(48,116,200)
0 Favorites   0 Comments

Color spaces of #3074c8

RGB 48116200
HSL0.590.610.49
HSV213°76°78°
CMYK 0.760.420.00   0.22
XYZ17.889617.289357.0379
Yxy17.28930.19400.1875
Hunter Lab41.58044.0323-52.2247
CIE-Lab48.62257.9983-49.8064

#3074c8 color RGB value is (48,116,200).

#3074c8 hex color red value is 48, green value is 116 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #3074c8 hue: 0.59 , saturation: 0.61 and the lightness value of 3074c8 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110100 11001000
Octal 60 164 310
Decimal 48 116 200
Hex 30 74 C8

RGB Percentages of Color #3074c8

%13.19
%31.87
%54.95

CMYK Percentages of Color #3074c8

%76
%42
%0
%22

Triadic Colors of #3074c8

#3074c8 #c83074 #74c830

Analogous Colors of #3074c8

#3074c8 #3830c8 #30c0c8

Monochromatic Colors of #3074c8

#3074c8

Complementary Color

#3074c8 #c88430

#3074c8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3074c8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3074c8 Color CSS Codes

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

#3074c8 Text Font Color

<p style="color:#3074c8">Text here</p>

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


#3074c8 Background Color

<div style="background-color:#3074c8">
Div content here</div>

This div background color is #3074c8


#3074c8 Border Color

<div style="border:3px solid #3074c8">
Div here</div>

This div border color is #3074c8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,116,200, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3074c8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3074c8;
  -webkit-box-shadow: 1px 1px 3px 2px #3074c8;
  box-shadow:         1px 1px 3px 2px #3074c8; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3074c8


Comments

No comments written yet.

Please login to write comment.