Color Hex Logo

#33638e Color Hex

#33638E
(51,99,142)
0 Favorites   0 Comments

Color spaces of #33638e

RGB 5199142
HSL0.580.470.38
HSV208°64°56°
CMYK 0.640.300.00   0.44
XYZ10.709611.580527.2620
Yxy11.58050.21610.2337
Hunter Lab34.0301-3.3771-23.6769
CIE-Lab40.5415-2.2144-28.5704

#33638e color RGB value is (51,99,142).

#33638e hex color red value is 51, green value is 99 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #33638e hue: 0.58 , saturation: 0.47 and the lightness value of 33638e is 0.38.

The process color (four color CMYK) of #33638e color hex is 0.64, 0.30, 0.00, 0.44. Web safe color of #33638e is #336699. Color #33638e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01100011 10001110
Octal 63 143 216
Decimal 51 99 142
Hex 33 63 8E

RGB Percentages of Color #33638e

%17.47
%33.90
%48.63

CMYK Percentages of Color #33638e

%64
%30
%0
%44

Triadic Colors of #33638e

#33638e #8e3363 #638e33

Analogous Colors of #33638e

#33638e #33368e #338e8c

Monochromatic Colors of #33638e

#33638e

Complementary Color

#33638e #8e5e33

#33638e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33638e Color Preview on White Background

Lorem ipsum dolor sit amet.

#33638e Color CSS Codes

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

#33638e Text Font Color

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

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


#33638e Background Color

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

This div background color is #33638e


#33638e Border Color

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

This div border color is #33638e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,99,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33638e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33638e;
  -webkit-box-shadow: 1px 1px 3px 2px #33638e;
  box-shadow:         1px 1px 3px 2px #33638e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33638e


Comments

No comments written yet.

Please login to write comment.