Color Hex Logo

#356278 Color Hex

#356278
(53,98,120)
0 Favorites   0 Comments

Color spaces of #356278

RGB 5398120
HSL0.550.390.34
HSV200°56°47°
CMYK 0.560.180.00   0.53
XYZ9.226010.848319.3770
Yxy10.84830.23390.2750
Hunter Lab32.9368-7.6392-11.8251
CIE-Lab39.3238-8.6761-17.1106

#356278 color RGB value is (53,98,120).

#356278 hex color red value is 53, green value is 98 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #356278 hue: 0.55 , saturation: 0.39 and the lightness value of 356278 is 0.34.

The process color (four color CMYK) of #356278 color hex is 0.56, 0.18, 0.00, 0.53. Web safe color of #356278 is #336666. Color #356278 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100010 01111000
Octal 65 142 170
Decimal 53 98 120
Hex 35 62 78

RGB Percentages of Color #356278

%19.56
%36.16
%44.28

CMYK Percentages of Color #356278

%56
%18
%0
%53

Triadic Colors of #356278

#356278 #783562 #627835

Analogous Colors of #356278

#356278 #354178 #35786d

Monochromatic Colors of #356278

#356278

Complementary Color

#356278 #784b35

#356278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356278 Color CSS Codes

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

#356278 Text Font Color

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

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


#356278 Background Color

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

This div background color is #356278


#356278 Border Color

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

This div border color is #356278


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,98,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #356278; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #356278;
  -webkit-box-shadow: 1px 1px 3px 2px #356278;
  box-shadow:         1px 1px 3px 2px #356278; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356278


Comments

No comments written yet.

Please login to write comment.