Color Hex Logo

#3664ca Color Hex

#3664CA
(54,100,202)
0 Favorites   0 Comments

Color spaces of #3664ca

RGB 54100202
HSL0.610.580.50
HSV221°73°79°
CMYK 0.730.500.00   0.21
XYZ16.739214.162957.7286
Yxy14.16290.18890.1598
Hunter Lab37.633613.5368-64.6051
CIE-Lab44.465619.6371-57.6216

#3664ca color RGB value is (54,100,202).

#3664ca hex color red value is 54, green value is 100 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #3664ca hue: 0.61 , saturation: 0.58 and the lightness value of 3664ca is 0.50.

The process color (four color CMYK) of #3664ca color hex is 0.73, 0.50, 0.00, 0.21. Web safe color of #3664ca is #3366cc. Color #3664ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01100100 11001010
Octal 66 144 312
Decimal 54 100 202
Hex 36 64 CA

RGB Percentages of Color #3664ca

%15.17
%28.09
%56.74

CMYK Percentages of Color #3664ca

%73
%50
%0
%21

Triadic Colors of #3664ca

#3664ca #ca3664 #64ca36

Analogous Colors of #3664ca

#3664ca #5236ca #36aeca

Monochromatic Colors of #3664ca

#3664ca

Complementary Color

#3664ca #ca9c36

#3664ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3664ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3664ca Color CSS Codes

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

#3664ca Text Font Color

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

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


#3664ca Background Color

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

This div background color is #3664ca


#3664ca Border Color

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

This div border color is #3664ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,100,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3664ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3664ca;
  -webkit-box-shadow: 1px 1px 3px 2px #3664ca;
  box-shadow:         1px 1px 3px 2px #3664ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,100,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3664ca


Comments

No comments written yet.

Please login to write comment.