Color Hex Logo

#3074bb Color Hex

#3074BB
(48,116,187)
0 Favorites   0 Comments

Color spaces of #3074bb

RGB 48116187
HSL0.590.590.46
HSV211°74°73°
CMYK 0.740.380.00   0.27
XYZ16.434016.707049.3723
Yxy16.70700.19920.2025
Hunter Lab40.87420.2384-43.0050
CIE-Lab47.88873.1688-43.4989

#3074bb color RGB value is (48,116,187).

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

The process color (four color CMYK) of #3074bb color hex is 0.74, 0.38, 0.00, 0.27. Web safe color of #3074bb is #3366cc. Color #3074bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110100 10111011
Octal 60 164 273
Decimal 48 116 187
Hex 30 74 BB

RGB Percentages of Color #3074bb

%13.68
%33.05
%53.28

CMYK Percentages of Color #3074bb

%74
%38
%0
%27

Triadic Colors of #3074bb

#3074bb #bb3074 #74bb30

Analogous Colors of #3074bb

#3074bb #3230bb #30babb

Monochromatic Colors of #3074bb

#3074bb

Complementary Color

#3074bb #bb7730

#3074bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3074bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3074bb Color CSS Codes

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

#3074bb Text Font Color

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

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


#3074bb Background Color

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

This div background color is #3074bb


#3074bb Border Color

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

This div border color is #3074bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3074bb


Comments

No comments written yet.

Please login to write comment.