Color Hex Logo

#35469a Color Hex

#35469A
(53,70,154)
0 Favorites   0 Comments

Color spaces of #35469a

RGB 5370154
HSL0.640.490.41
HSV230°66°60°
CMYK 0.660.550.00   0.40
XYZ9.49117.470331.5135
Yxy7.47030.19580.1541
Hunter Lab27.331814.1541-49.2288
CIE-Lab32.854421.3892-48.0628

#35469a color RGB value is (53,70,154).

#35469a hex color red value is 53, green value is 70 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #35469a hue: 0.64 , saturation: 0.49 and the lightness value of 35469a is 0.41.

The process color (four color CMYK) of #35469a color hex is 0.66, 0.55, 0.00, 0.40. Web safe color of #35469a is #333399. Color #35469a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01000110 10011010
Octal 65 106 232
Decimal 53 70 154
Hex 35 46 9A

RGB Percentages of Color #35469a

%19.13
%25.27
%55.60

CMYK Percentages of Color #35469a

%66
%55
%0
%40

Triadic Colors of #35469a

#35469a #9a3546 #469a35

Analogous Colors of #35469a

#35469a #57359a #35799a

Monochromatic Colors of #35469a

#35469a

Complementary Color

#35469a #9a8935

#35469a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35469a Color Preview on White Background

Lorem ipsum dolor sit amet.

#35469a Color CSS Codes

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

#35469a Text Font Color

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

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


#35469a Background Color

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

This div background color is #35469a


#35469a Border Color

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

This div border color is #35469a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,70,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35469a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35469a;
  -webkit-box-shadow: 1px 1px 3px 2px #35469a;
  box-shadow:         1px 1px 3px 2px #35469a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,70,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35469a


Comments

No comments written yet.

Please login to write comment.