Color Hex Logo

#235576 Color Hex

#235576
(35,85,118)
0 Favorites   0 Comments

Color spaces of #235576

RGB 3585118
HSL0.570.540.30
HSV204°70°46°
CMYK 0.700.280.00   0.54
XYZ7.21178.162318.3349
Yxy8.16230.21390.2421
Hunter Lab28.5697-4.9393-18.0511
CIE-Lab34.3186-5.2156-23.6862

#235576 color RGB value is (35,85,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 01010101 01110110
Octal 43 125 166
Decimal 35 85 118
Hex 23 55 76

RGB Percentages of Color #235576

%14.71
%35.71
%49.58

CMYK Percentages of Color #235576

%70
%28
%0
%54

Triadic Colors of #235576

#235576 #762355 #557623

Analogous Colors of #235576

#235576 #232c76 #23766e

Monochromatic Colors of #235576

#235576

Complementary Color

#235576 #764423

#235576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#235576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#235576 Color CSS Codes

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

#235576 Text Font Color

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

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


#235576 Background Color

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

This div background color is #235576


#235576 Border Color

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

This div border color is #235576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #235576


Comments

No comments written yet.

Please login to write comment.