Color Hex Logo

#3074df Color Hex

#3074DF
(48,116,223)
0 Favorites   0 Comments

Color spaces of #3074df

RGB 48116223
HSL0.600.730.53
HSV217°78°87°
CMYK 0.780.480.00   0.13
XYZ20.783618.446972.2772
Yxy18.44690.18640.1654
Hunter Lab42.949911.2146-69.7099
CIE-Lab50.033716.6014-60.6146

#3074df color RGB value is (48,116,223).

#3074df hex color red value is 48, green value is 116 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #3074df hue: 0.60 , saturation: 0.73 and the lightness value of 3074df is 0.53.

The process color (four color CMYK) of #3074df color hex is 0.78, 0.48, 0.00, 0.13. Web safe color of #3074df is #3366cc. Color #3074df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110100 11011111
Octal 60 164 337
Decimal 48 116 223
Hex 30 74 DF

RGB Percentages of Color #3074df

%12.40
%29.97
%57.62

CMYK Percentages of Color #3074df

%78
%48
%0
%13

Triadic Colors of #3074df

#3074df #df3074 #74df30

Analogous Colors of #3074df

#3074df #4330df #30ccdf

Monochromatic Colors of #3074df

#3074df

Complementary Color

#3074df #df9b30

#3074df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3074df Color Preview on White Background

Lorem ipsum dolor sit amet.

#3074df Color CSS Codes

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

#3074df Text Font Color

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

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


#3074df Background Color

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

This div background color is #3074df


#3074df Border Color

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

This div border color is #3074df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3074df


Comments

No comments written yet.

Please login to write comment.