Color Hex Logo

#2364dd Color Hex

#2364DD
(35,100,221)
0 Favorites   0 Comments

Color spaces of #2364dd

RGB 35100221
HSL0.610.730.50
HSV219°84°87°
CMYK 0.840.550.00   0.13
XYZ18.301514.692170.2779
Yxy14.69210.17720.1423
Hunter Lab38.330318.1502-81.8760
CIE-Lab45.209624.8918-67.3084

#2364dd color RGB value is (35,100,221).

#2364dd hex color red value is 35, green value is 100 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #2364dd hue: 0.61 , saturation: 0.73 and the lightness value of 2364dd is 0.50.

The process color (four color CMYK) of #2364dd color hex is 0.84, 0.55, 0.00, 0.13. Web safe color of #2364dd is #3366cc. Color #2364dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01100100 11011101
Octal 43 144 335
Decimal 35 100 221
Hex 23 64 DD

RGB Percentages of Color #2364dd

%9.83
%28.09
%62.08

CMYK Percentages of Color #2364dd

%84
%55
%0
%13

Triadic Colors of #2364dd

#2364dd #dd2364 #64dd23

Analogous Colors of #2364dd

#2364dd #3f23dd #23c1dd

Monochromatic Colors of #2364dd

#2364dd

Complementary Color

#2364dd #dd9c23

#2364dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2364dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2364dd Color CSS Codes

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

#2364dd Text Font Color

<p style="color:#2364dd">Text here</p>

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


#2364dd Background Color

<div style="background-color:#2364dd">
Div content here</div>

This div background color is #2364dd


#2364dd Border Color

<div style="border:3px solid #2364dd">
Div here</div>

This div border color is #2364dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,100,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2364dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2364dd;
  -webkit-box-shadow: 1px 1px 3px 2px #2364dd;
  box-shadow:         1px 1px 3px 2px #2364dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,100,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2364dd


Comments

No comments written yet.

Please login to write comment.