Color Hex Logo

#335aae Color Hex

#335AAE
(51,90,174)
0 Favorites   0 Comments

Color spaces of #335aae

RGB 5190174
HSL0.610.550.44
HSV221°71°68°
CMYK 0.710.480.00   0.32
XYZ12.661411.072141.5142
Yxy11.07210.19410.1697
Hunter Lab33.27489.6903-50.6789
CIE-Lab39.701615.2657-48.9875

#335aae color RGB value is (51,90,174).

#335aae hex color red value is 51, green value is 90 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #335aae hue: 0.61 , saturation: 0.55 and the lightness value of 335aae is 0.44.

The process color (four color CMYK) of #335aae color hex is 0.71, 0.48, 0.00, 0.32. Web safe color of #335aae is #336699. Color #335aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011010 10101110
Octal 63 132 256
Decimal 51 90 174
Hex 33 5A AE

RGB Percentages of Color #335aae

%16.19
%28.57
%55.24

CMYK Percentages of Color #335aae

%71
%48
%0
%32

Triadic Colors of #335aae

#335aae #ae335a #5aae33

Analogous Colors of #335aae

#335aae #4933ae #3398ae

Monochromatic Colors of #335aae

#335aae

Complementary Color

#335aae #ae8733

#335aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#335aae Color CSS Codes

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

#335aae Text Font Color

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

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


#335aae Background Color

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

This div background color is #335aae


#335aae Border Color

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

This div border color is #335aae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,90,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #335aae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #335aae;
  -webkit-box-shadow: 1px 1px 3px 2px #335aae;
  box-shadow:         1px 1px 3px 2px #335aae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,90,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335aae


Comments

No comments written yet.

Please login to write comment.