Color Hex Logo

#235970 Color Hex

#235970
(35,89,112)
0 Favorites   0 Comments

Color spaces of #235970

RGB 3589112
HSL0.550.520.29
HSV198°69°44°
CMYK 0.690.210.00   0.56
XYZ7.19018.671916.6241
Yxy8.67190.22130.2669
Hunter Lab29.4481-7.9513-12.8569
CIE-Lab35.3448-9.8500-18.3692

#235970 color RGB value is (35,89,112).

#235970 hex color red value is 35, green value is 89 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #235970 hue: 0.55 , saturation: 0.52 and the lightness value of 235970 is 0.29.

The process color (four color CMYK) of #235970 color hex is 0.69, 0.21, 0.00, 0.56. Web safe color of #235970 is #336666. Color #235970 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01011001 01110000
Octal 43 131 160
Decimal 35 89 112
Hex 23 59 70

RGB Percentages of Color #235970

%14.83
%37.71
%47.46

CMYK Percentages of Color #235970

%69
%21
%0
%56

Triadic Colors of #235970

#235970 #702359 #597023

Analogous Colors of #235970

#235970 #233370 #237061

Monochromatic Colors of #235970

#235970

Complementary Color

#235970 #703a23

#235970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#235970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#235970 Color CSS Codes

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

#235970 Text Font Color

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

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


#235970 Background Color

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

This div background color is #235970


#235970 Border Color

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

This div border color is #235970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #235970


Comments

No comments written yet.

Please login to write comment.