Color Hex Logo

#3075ba Color Hex

#3075BA
(48,117,186)
0 Favorites   0 Comments

Color spaces of #3075ba

RGB 48117186
HSL0.580.590.46
HSV210°74°73°
CMYK 0.740.370.00   0.27
XYZ16.443116.896148.8490
Yxy16.89610.20010.2056
Hunter Lab41.1049-0.5285-41.6868
CIE-Lab48.12892.1851-42.5401

#3075ba color RGB value is (48,117,186).

#3075ba hex color red value is 48, green value is 117 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #3075ba hue: 0.58 , saturation: 0.59 and the lightness value of 3075ba is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110101 10111010
Octal 60 165 272
Decimal 48 117 186
Hex 30 75 BA

RGB Percentages of Color #3075ba

%13.68
%33.33
%52.99

CMYK Percentages of Color #3075ba

%74
%37
%0
%27

Triadic Colors of #3075ba

#3075ba #ba3075 #75ba30

Analogous Colors of #3075ba

#3075ba #3030ba #30baba

Monochromatic Colors of #3075ba

#3075ba

Complementary Color

#3075ba #ba7530

#3075ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3075ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#3075ba Color CSS Codes

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

#3075ba Text Font Color

<p style="color:#3075ba">Text here</p>

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


#3075ba Background Color

<div style="background-color:#3075ba">
Div content here</div>

This div background color is #3075ba


#3075ba Border Color

<div style="border:3px solid #3075ba">
Div here</div>

This div border color is #3075ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,117,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3075ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3075ba;
  -webkit-box-shadow: 1px 1px 3px 2px #3075ba;
  box-shadow:         1px 1px 3px 2px #3075ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3075ba


Comments

No comments written yet.

Please login to write comment.