Color Hex Logo

#35428b Color Hex

#35428B
(53,66,139)
0 Favorites   0 Comments

Color spaces of #35428b

RGB 5366139
HSL0.640.450.38
HSV231°62°55°
CMYK 0.620.530.00   0.45
XYZ8.07666.517425.2584
Yxy6.51740.20270.1635
Hunter Lab25.529211.7954-40.7906
CIE-Lab30.682018.6042-42.4025

#35428b color RGB value is (53,66,139).

#35428b hex color red value is 53, green value is 66 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #35428b hue: 0.64 , saturation: 0.45 and the lightness value of 35428b is 0.38.

The process color (four color CMYK) of #35428b color hex is 0.62, 0.53, 0.00, 0.45. Web safe color of #35428b is #333399. Color #35428b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01000010 10001011
Octal 65 102 213
Decimal 53 66 139
Hex 35 42 8B

RGB Percentages of Color #35428b

%20.54
%25.58
%53.88

CMYK Percentages of Color #35428b

%62
%53
%0
%45

Triadic Colors of #35428b

#35428b #8b3542 #428b35

Analogous Colors of #35428b

#35428b #53358b #356d8b

Monochromatic Colors of #35428b

#35428b

Complementary Color

#35428b #8b7e35

#35428b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35428b Color Preview on White Background

Lorem ipsum dolor sit amet.

#35428b Color CSS Codes

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

#35428b Text Font Color

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

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


#35428b Background Color

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

This div background color is #35428b


#35428b Border Color

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

This div border color is #35428b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,66,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35428b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35428b;
  -webkit-box-shadow: 1px 1px 3px 2px #35428b;
  box-shadow:         1px 1px 3px 2px #35428b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35428b


Comments

No comments written yet.

Please login to write comment.