Color Hex Logo

#334278 Color Hex

#334278
(51,66,120)
0 Favorites   0 Comments

Color spaces of #334278

RGB 5166120
HSL0.630.400.34
HSV227°58°47°
CMYK 0.580.450.00   0.53
XYZ6.70365.956318.5657
Yxy5.95630.21470.1908
Hunter Lab24.40556.3199-28.0190
CIE-Lab29.301911.3154-32.7972

#334278 color RGB value is (51,66,120).

#334278 hex color red value is 51, green value is 66 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #334278 hue: 0.63 , saturation: 0.40 and the lightness value of 334278 is 0.34.

The process color (four color CMYK) of #334278 color hex is 0.58, 0.45, 0.00, 0.53. Web safe color of #334278 is #333366. Color #334278 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01000010 01111000
Octal 63 102 170
Decimal 51 66 120
Hex 33 42 78

RGB Percentages of Color #334278

%21.52
%27.85
%50.63

CMYK Percentages of Color #334278

%58
%45
%0
%53

Triadic Colors of #334278

#334278 #783342 #427833

Analogous Colors of #334278

#334278 #463378 #336578

Monochromatic Colors of #334278

#334278

Complementary Color

#334278 #786933

#334278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334278 Color CSS Codes

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

#334278 Text Font Color

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

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


#334278 Background Color

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

This div background color is #334278


#334278 Border Color

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

This div border color is #334278


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,66,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 #334278">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334278


Comments

No comments written yet.

Please login to write comment.