Color Hex Logo

#234249 Color Hex

#234249
(35,66,73)
0 Favorites   0 Comments

Color spaces of #234249

RGB 356673
HSL0.530.350.21
HSV191°52°29°
CMYK 0.520.100.00   0.71
XYZ3.84394.73487.0146
Yxy4.73480.24650.3036
Hunter Lab21.7596-6.5467-3.8815
CIE-Lab25.9654-9.2603-7.8218

#234249 color RGB value is (35,66,73).

#234249 hex color red value is 35, green value is 66 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #234249 hue: 0.53 , saturation: 0.35 and the lightness value of 234249 is 0.21.

The process color (four color CMYK) of #234249 color hex is 0.52, 0.10, 0.00, 0.71. Web safe color of #234249 is #333333. Color #234249 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01000010 01001001
Octal 43 102 111
Decimal 35 66 73
Hex 23 42 49

RGB Percentages of Color #234249

%20.11
%37.93
%41.95

CMYK Percentages of Color #234249

%52
%10
%0
%71

Triadic Colors of #234249

#234249 #492342 #424923

Analogous Colors of #234249

#234249 #232f49 #23493d

Monochromatic Colors of #234249

#234249

Complementary Color

#234249 #492a23

#234249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#234249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#234249 Color CSS Codes

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

#234249 Text Font Color

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

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


#234249 Background Color

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

This div background color is #234249


#234249 Border Color

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

This div border color is #234249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #234249


Comments

No comments written yet.

Please login to write comment.