Color Hex Logo

#233a5f Color Hex

#233A5F
(35,58,95)
0 Favorites   0 Comments

Color spaces of #233a5f

RGB 355895
HSL0.600.460.25
HSV217°63°37°
CMYK 0.630.390.00   0.63
XYZ4.27184.209711.4139
Yxy4.20970.21470.2116
Hunter Lab20.51761.2584-18.6207
CIE-Lab24.35293.8359-24.7281

#233a5f color RGB value is (35,58,95).

#233a5f hex color red value is 35, green value is 58 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #233a5f hue: 0.60 , saturation: 0.46 and the lightness value of 233a5f is 0.25.

The process color (four color CMYK) of #233a5f color hex is 0.63, 0.39, 0.00, 0.63. Web safe color of #233a5f is #333366. Color #233a5f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 00111010 01011111
Octal 43 72 137
Decimal 35 58 95
Hex 23 3A 5F

RGB Percentages of Color #233a5f

%18.62
%30.85
%50.53

CMYK Percentages of Color #233a5f

%63
%39
%0
%63

Triadic Colors of #233a5f

#233a5f #5f233a #3a5f23

Analogous Colors of #233a5f

#233a5f #2a235f #23585f

Monochromatic Colors of #233a5f

#233a5f

Complementary Color

#233a5f #5f4823

#233a5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#233a5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#233a5f Color CSS Codes

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

#233a5f Text Font Color

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

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


#233a5f Background Color

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

This div background color is #233a5f


#233a5f Border Color

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

This div border color is #233a5f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,58,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #233a5f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #233a5f;
  -webkit-box-shadow: 1px 1px 3px 2px #233a5f;
  box-shadow:         1px 1px 3px 2px #233a5f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #233a5f


Comments

No comments written yet.

Please login to write comment.