Color Hex Logo

#3267db Color Hex

#3267DB
(50,103,219)
0 Favorites   0 Comments

Color spaces of #3267db

RGB 50103219
HSL0.610.700.53
HSV221°77°86°
CMYK 0.770.530.00   0.14
XYZ18.951815.493169.0094
Yxy15.49310.18320.1498
Hunter Lab39.361317.0626-76.3962
CIE-Lab46.302323.5617-64.3781

#3267db color RGB value is (50,103,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01100111 11011011
Octal 62 147 333
Decimal 50 103 219
Hex 32 67 DB

RGB Percentages of Color #3267db

%13.44
%27.69
%58.87

CMYK Percentages of Color #3267db

%77
%53
%0
%14

Triadic Colors of #3267db

#3267db #db3267 #67db32

Analogous Colors of #3267db

#3267db #5232db #32bcdb

Monochromatic Colors of #3267db

#3267db

Complementary Color

#3267db #dba632

#3267db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3267db Color Preview on White Background

Lorem ipsum dolor sit amet.

#3267db Color CSS Codes

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

#3267db Text Font Color

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

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


#3267db Background Color

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

This div background color is #3267db


#3267db Border Color

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

This div border color is #3267db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,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 #3267db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3267db


Comments

No comments written yet.

Please login to write comment.