Color Hex Logo

#353f94 Color Hex

#353F94
(53,63,148)
0 Favorites   0 Comments

Color spaces of #353f94

RGB 5363148
HSL0.650.470.39
HSV234°64°58°
CMYK 0.640.570.00   0.42
XYZ8.59106.450028.8092
Yxy6.45000.19590.1471
Hunter Lab25.396915.9368-49.4785
CIE-Lab30.520523.8713-48.1889

#353f94 color RGB value is (53,63,148).

#353f94 hex color red value is 53, green value is 63 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #353f94 hue: 0.65 , saturation: 0.47 and the lightness value of 353f94 is 0.39.

The process color (four color CMYK) of #353f94 color hex is 0.64, 0.57, 0.00, 0.42. Web safe color of #353f94 is #333399. Color #353f94 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111111 10010100
Octal 65 77 224
Decimal 53 63 148
Hex 35 3F 94

RGB Percentages of Color #353f94

%20.08
%23.86
%56.06

CMYK Percentages of Color #353f94

%64
%57
%0
%42

Triadic Colors of #353f94

#353f94 #94353f #3f9435

Analogous Colors of #353f94

#353f94 #5b3594 #356f94

Monochromatic Colors of #353f94

#353f94

Complementary Color

#353f94 #948a35

#353f94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353f94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353f94 Color CSS Codes

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

#353f94 Text Font Color

<p style="color:#353f94">Text here</p>

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


#353f94 Background Color

<div style="background-color:#353f94">
Div content here</div>

This div background color is #353f94


#353f94 Border Color

<div style="border:3px solid #353f94">
Div here</div>

This div border color is #353f94


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,63,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #353f94; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #353f94;
  -webkit-box-shadow: 1px 1px 3px 2px #353f94;
  box-shadow:         1px 1px 3px 2px #353f94; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353f94


Comments

No comments written yet.

Please login to write comment.