Color Hex Logo

#235baa Color Hex

#235BAA
(35,91,170)
0 Favorites   0 Comments

Color spaces of #235baa

RGB 3591170
HSL0.600.660.40
HSV215°79°67°
CMYK 0.790.460.00   0.33
XYZ11.689910.741839.4875
Yxy10.74180.18880.1735
Hunter Lab32.77476.3107-48.4913
CIE-Lab39.142110.9716-47.5526

#235baa color RGB value is (35,91,170).

#235baa hex color red value is 35, green value is 91 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #235baa hue: 0.60 , saturation: 0.66 and the lightness value of 235baa is 0.40.

The process color (four color CMYK) of #235baa color hex is 0.79, 0.46, 0.00, 0.33. Web safe color of #235baa is #336699. Color #235baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01011011 10101010
Octal 43 133 252
Decimal 35 91 170
Hex 23 5B AA

RGB Percentages of Color #235baa

%11.82
%30.74
%57.43

CMYK Percentages of Color #235baa

%79
%46
%0
%33

Triadic Colors of #235baa

#235baa #aa235b #5baa23

Analogous Colors of #235baa

#235baa #2f23aa #239faa

Monochromatic Colors of #235baa

#235baa

Complementary Color

#235baa #aa7223

#235baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#235baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#235baa Color CSS Codes

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

#235baa Text Font Color

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

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


#235baa Background Color

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

This div background color is #235baa


#235baa Border Color

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

This div border color is #235baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,91,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #235baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #235baa;
  -webkit-box-shadow: 1px 1px 3px 2px #235baa;
  box-shadow:         1px 1px 3px 2px #235baa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #235baa


Comments

No comments written yet.

Please login to write comment.