Color Hex Logo

#235376 Color Hex

#235376
(35,83,118)
0 Favorites   0 Comments

Color spaces of #235376

RGB 3583118
HSL0.570.540.30
HSV205°70°46°
CMYK 0.700.300.00   0.54
XYZ7.05647.851818.2832
Yxy7.85180.21260.2366
Hunter Lab28.0211-4.0861-19.0708
CIE-Lab33.6723-3.9602-24.6967

#235376 color RGB value is (35,83,118).

#235376 hex color red value is 35, green value is 83 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #235376 hue: 0.57 , saturation: 0.54 and the lightness value of 235376 is 0.30.

The process color (four color CMYK) of #235376 color hex is 0.70, 0.30, 0.00, 0.54. Web safe color of #235376 is #336666. Color #235376 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01010011 01110110
Octal 43 123 166
Decimal 35 83 118
Hex 23 53 76

RGB Percentages of Color #235376

%14.83
%35.17
%50.00

CMYK Percentages of Color #235376

%70
%30
%0
%54

Triadic Colors of #235376

#235376 #762353 #537623

Analogous Colors of #235376

#235376 #232a76 #237670

Monochromatic Colors of #235376

#235376

Complementary Color

#235376 #764623

#235376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#235376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#235376 Color CSS Codes

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

#235376 Text Font Color

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

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


#235376 Background Color

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

This div background color is #235376


#235376 Border Color

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

This div border color is #235376


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,83,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #235376; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #235376;
  -webkit-box-shadow: 1px 1px 3px 2px #235376;
  box-shadow:         1px 1px 3px 2px #235376; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #235376


Comments

No comments written yet.

Please login to write comment.