Color Hex Logo

#23498a Color Hex

#23498A
(35,73,138)
0 Favorites   0 Comments

Color spaces of #23498a

RGB 3573138
HSL0.610.600.34
HSV218°75°54°
CMYK 0.750.470.00   0.46
XYZ7.66316.957424.9838
Yxy6.95740.19350.1757
Hunter Lab26.37695.6989-37.6948
CIE-Lab31.709710.3571-40.1836

#23498a color RGB value is (35,73,138).

#23498a hex color red value is 35, green value is 73 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #23498a hue: 0.61 , saturation: 0.60 and the lightness value of 23498a is 0.34.

The process color (four color CMYK) of #23498a color hex is 0.75, 0.47, 0.00, 0.46. Web safe color of #23498a is #333399. Color #23498a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01001001 10001010
Octal 43 111 212
Decimal 35 73 138
Hex 23 49 8A

RGB Percentages of Color #23498a

%14.23
%29.67
%56.10

CMYK Percentages of Color #23498a

%75
%47
%0
%46

Triadic Colors of #23498a

#23498a #8a2349 #498a23

Analogous Colors of #23498a

#23498a #30238a #237d8a

Monochromatic Colors of #23498a

#23498a

Complementary Color

#23498a #8a6423

#23498a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23498a Color Preview on White Background

Lorem ipsum dolor sit amet.

#23498a Color CSS Codes

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

#23498a Text Font Color

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

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


#23498a Background Color

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

This div background color is #23498a


#23498a Border Color

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

This div border color is #23498a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23498a


Comments

No comments written yet.

Please login to write comment.