Color Hex Logo

#236bea Color Hex

#236BEA
(35,107,234)
0 Favorites   0 Comments

Color spaces of #236bea

RGB 35107234
HSL0.610.830.53
HSV218°85°92°
CMYK 0.850.540.00   0.08
XYZ20.802116.813279.9908
Yxy16.81320.17690.1430
Hunter Lab41.003918.7998-86.9608
CIE-Lab48.023825.3542-70.0779

#236bea color RGB value is (35,107,234).

#236bea hex color red value is 35, green value is 107 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #236bea hue: 0.61 , saturation: 0.83 and the lightness value of 236bea is 0.53.

The process color (four color CMYK) of #236bea color hex is 0.85, 0.54, 0.00, 0.08. Web safe color of #236bea is #3366ff. Color #236bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01101011 11101010
Octal 43 153 352
Decimal 35 107 234
Hex 23 6B EA

RGB Percentages of Color #236bea

%9.31
%28.46
%62.23

CMYK Percentages of Color #236bea

%85
%54
%0
%8

Triadic Colors of #236bea

#236bea #ea236b #6bea23

Analogous Colors of #236bea

#236bea #3e23ea #23cfea

Monochromatic Colors of #236bea

#236bea

Complementary Color

#236bea #eaa223

#236bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#236bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#236bea Color CSS Codes

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

#236bea Text Font Color

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

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


#236bea Background Color

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

This div background color is #236bea


#236bea Border Color

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

This div border color is #236bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #236bea


Comments

No comments written yet.

Please login to write comment.