Color Hex Logo

#236cdb Color Hex

#236CDB
(35,108,219)
0 Favorites   0 Comments

Color spaces of #236cdb

RGB 35108219
HSL0.600.720.50
HSV216°84°86°
CMYK 0.840.510.00   0.14
XYZ18.841916.196969.1511
Yxy16.19690.18080.1555
Hunter Lab40.245413.1399-73.7025
CIE-Lab47.231818.9897-62.8931

#236cdb color RGB value is (35,108,219).

#236cdb hex color red value is 35, green value is 108 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #236cdb hue: 0.60 , saturation: 0.72 and the lightness value of 236cdb is 0.50.

The process color (four color CMYK) of #236cdb color hex is 0.84, 0.51, 0.00, 0.14. Web safe color of #236cdb is #3366cc. Color #236cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01101100 11011011
Octal 43 154 333
Decimal 35 108 219
Hex 23 6C DB

RGB Percentages of Color #236cdb

%9.67
%29.83
%60.50

CMYK Percentages of Color #236cdb

%84
%51
%0
%14

Triadic Colors of #236cdb

#236cdb #db236c #6cdb23

Analogous Colors of #236cdb

#236cdb #3623db #23c8db

Monochromatic Colors of #236cdb

#236cdb

Complementary Color

#236cdb #db9223

#236cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#236cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#236cdb Color CSS Codes

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

#236cdb Text Font Color

<p style="color:#236cdb">Text here</p>

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


#236cdb Background Color

<div style="background-color:#236cdb">
Div content here</div>

This div background color is #236cdb


#236cdb Border Color

<div style="border:3px solid #236cdb">
Div here</div>

This div border color is #236cdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,108,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #236cdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #236cdb;
  -webkit-box-shadow: 1px 1px 3px 2px #236cdb;
  box-shadow:         1px 1px 3px 2px #236cdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,108,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 #236cdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #236cdb


Comments

No comments written yet.

Please login to write comment.