Color Hex Logo

#335bae Color Hex

#335BAE
(51,91,174)
0 Favorites   0 Comments

Color spaces of #335bae

RGB 5191174
HSL0.610.550.44
HSV220°71°68°
CMYK 0.710.480.00   0.32
XYZ12.746311.242041.5425
Yxy11.24200.19450.1716
Hunter Lab33.52919.1820-49.9899
CIE-Lab39.985114.6133-48.5317

#335bae color RGB value is (51,91,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011011 10101110
Octal 63 133 256
Decimal 51 91 174
Hex 33 5B AE

RGB Percentages of Color #335bae

%16.14
%28.80
%55.06

CMYK Percentages of Color #335bae

%71
%48
%0
%32

Triadic Colors of #335bae

#335bae #ae335b #5bae33

Analogous Colors of #335bae

#335bae #4833ae #3399ae

Monochromatic Colors of #335bae

#335bae

Complementary Color

#335bae #ae8633

#335bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#335bae Color CSS Codes

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

#335bae Text Font Color

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

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


#335bae Background Color

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

This div background color is #335bae


#335bae Border Color

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

This div border color is #335bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335bae


Comments

No comments written yet.

Please login to write comment.