Color Hex Logo

#3648ca Color Hex

#3648CA
(54,72,202)
0 Favorites   0 Comments

Color spaces of #3648ca

RGB 5472202
HSL0.650.580.50
HSV233°73°79°
CMYK 0.730.640.00   0.21
XYZ14.49949.683356.9820
Yxy9.68330.17860.1193
Hunter Lab31.118028.7154-86.7868
CIE-Lab37.267937.5584-69.3306

#3648ca color RGB value is (54,72,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001000 11001010
Octal 66 110 312
Decimal 54 72 202
Hex 36 48 CA

RGB Percentages of Color #3648ca

%16.46
%21.95
%61.59

CMYK Percentages of Color #3648ca

%73
%64
%0
%21

Triadic Colors of #3648ca

#3648ca #ca3648 #48ca36

Analogous Colors of #3648ca

#3648ca #6e36ca #3692ca

Monochromatic Colors of #3648ca

#3648ca

Complementary Color

#3648ca #cab836

#3648ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3648ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3648ca Color CSS Codes

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

#3648ca Text Font Color

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

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


#3648ca Background Color

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

This div background color is #3648ca


#3648ca Border Color

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

This div border color is #3648ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,72,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 #3648ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3648ca


Comments

No comments written yet.

Please login to write comment.