Color Hex Logo

#3067db Color Hex

#3067DB
(48,103,219)
0 Favorites   0 Comments

Color spaces of #3067db

RGB 48103219
HSL0.610.700.52
HSV221°78°86°
CMYK 0.780.530.00   0.14
XYZ18.855415.443369.0049
Yxy15.44330.18250.1495
Hunter Lab39.298016.8739-76.6012
CIE-Lab46.235523.3537-64.4896

#3067db color RGB value is (48,103,219).

#3067db hex color red value is 48, green value is 103 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #3067db hue: 0.61 , saturation: 0.70 and the lightness value of 3067db is 0.52.

The process color (four color CMYK) of #3067db color hex is 0.78, 0.53, 0.00, 0.14. Web safe color of #3067db is #3366cc. Color #3067db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100111 11011011
Octal 60 147 333
Decimal 48 103 219
Hex 30 67 DB

RGB Percentages of Color #3067db

%12.97
%27.84
%59.19

CMYK Percentages of Color #3067db

%78
%53
%0
%14

Triadic Colors of #3067db

#3067db #db3067 #67db30

Analogous Colors of #3067db

#3067db #4e30db #30bddb

Monochromatic Colors of #3067db

#3067db

Complementary Color

#3067db #dba430

#3067db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3067db Color Preview on White Background

Lorem ipsum dolor sit amet.

#3067db Color CSS Codes

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

#3067db Text Font Color

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

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


#3067db Background Color

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

This div background color is #3067db


#3067db Border Color

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

This div border color is #3067db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3067db


Comments

No comments written yet.

Please login to write comment.