Color Hex Logo

#236dca Color Hex

#236DCA
(35,109,202)
0 Favorites   0 Comments

Color spaces of #236dca

RGB 35109202
HSL0.590.700.46
HSV213°83°79°
CMYK 0.830.460.00   0.21
XYZ16.822415.558957.9936
Yxy15.55890.18610.1722
Hunter Lab39.44487.0983-59.5597
CIE-Lab46.390411.8045-54.5504

#236dca color RGB value is (35,109,202).

#236dca hex color red value is 35, green value is 109 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #236dca hue: 0.59 , saturation: 0.70 and the lightness value of 236dca is 0.46.

The process color (four color CMYK) of #236dca color hex is 0.83, 0.46, 0.00, 0.21. Web safe color of #236dca is #3366cc. Color #236dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01101101 11001010
Octal 43 155 312
Decimal 35 109 202
Hex 23 6D CA

RGB Percentages of Color #236dca

%10.12
%31.50
%58.38

CMYK Percentages of Color #236dca

%83
%46
%0
%21

Triadic Colors of #236dca

#236dca #ca236d #6dca23

Analogous Colors of #236dca

#236dca #2d23ca #23c1ca

Monochromatic Colors of #236dca

#236dca

Complementary Color

#236dca #ca8023

#236dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#236dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#236dca Color CSS Codes

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

#236dca Text Font Color

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

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


#236dca Background Color

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

This div background color is #236dca


#236dca Border Color

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

This div border color is #236dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #236dca


Comments

No comments written yet.

Please login to write comment.