Color Hex Logo

#3067bc Color Hex

#3067BC
(48,103,188)
0 Favorites   0 Comments

Color spaces of #3067bc

RGB 48103188
HSL0.600.590.46
HSV216°74°74°
CMYK 0.740.450.00   0.26
XYZ15.146313.959749.4732
Yxy13.95970.19280.1777
Hunter Lab37.36276.9767-52.3540
CIE-Lab44.175111.7017-50.0063

#3067bc color RGB value is (48,103,188).

#3067bc hex color red value is 48, green value is 103 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #3067bc hue: 0.60 , saturation: 0.59 and the lightness value of 3067bc is 0.46.

The process color (four color CMYK) of #3067bc color hex is 0.74, 0.45, 0.00, 0.26. Web safe color of #3067bc is #3366cc. Color #3067bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100111 10111100
Octal 60 147 274
Decimal 48 103 188
Hex 30 67 BC

RGB Percentages of Color #3067bc

%14.16
%30.38
%55.46

CMYK Percentages of Color #3067bc

%74
%45
%0
%26

Triadic Colors of #3067bc

#3067bc #bc3067 #67bc30

Analogous Colors of #3067bc

#3067bc #3f30bc #30adbc

Monochromatic Colors of #3067bc

#3067bc

Complementary Color

#3067bc #bc8530

#3067bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3067bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3067bc Color CSS Codes

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

#3067bc Text Font Color

<p style="color:#3067bc">Text here</p>

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


#3067bc Background Color

<div style="background-color:#3067bc">
Div content here</div>

This div background color is #3067bc


#3067bc Border Color

<div style="border:3px solid #3067bc">
Div here</div>

This div border color is #3067bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,103,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3067bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3067bc;
  -webkit-box-shadow: 1px 1px 3px 2px #3067bc;
  box-shadow:         1px 1px 3px 2px #3067bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3067bc


Comments

No comments written yet.

Please login to write comment.