Color Hex Logo

#235594 Color Hex

#235594
(35,85,148)
0 Favorites   0 Comments

Color spaces of #235594

RGB 3585148
HSL0.590.620.36
HSV213°76°58°
CMYK 0.760.430.00   0.42
XYZ9.28698.992429.2632
Yxy8.99240.19530.1891
Hunter Lab29.98732.8026-36.8671
CIE-Lab35.96976.2859-39.4647

#235594 color RGB value is (35,85,148).

#235594 hex color red value is 35, green value is 85 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #235594 hue: 0.59 , saturation: 0.62 and the lightness value of 235594 is 0.36.

The process color (four color CMYK) of #235594 color hex is 0.76, 0.43, 0.00, 0.42. Web safe color of #235594 is #336699. Color #235594 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01010101 10010100
Octal 43 125 224
Decimal 35 85 148
Hex 23 55 94

RGB Percentages of Color #235594

%13.06
%31.72
%55.22

CMYK Percentages of Color #235594

%76
%43
%0
%42

Triadic Colors of #235594

#235594 #942355 #559423

Analogous Colors of #235594

#235594 #292394 #238e94

Monochromatic Colors of #235594

#235594

Complementary Color

#235594 #946223

#235594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#235594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#235594 Color CSS Codes

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

#235594 Text Font Color

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

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


#235594 Background Color

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

This div background color is #235594


#235594 Border Color

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

This div border color is #235594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #235594


Comments

No comments written yet.

Please login to write comment.