Color Hex Logo

#3463cc Color Hex

#3463CC
(52,99,204)
0 Favorites   0 Comments

Color spaces of #3463cc

RGB 5299204
HSL0.620.600.50
HSV221°75°80°
CMYK 0.750.510.00   0.20
XYZ16.777114.013458.9473
Yxy14.01340.18700.1562
Hunter Lab37.434514.4884-67.1586
CIE-Lab44.252120.7688-59.1209

#3463cc color RGB value is (52,99,204).

#3463cc hex color red value is 52, green value is 99 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3463cc hue: 0.62 , saturation: 0.60 and the lightness value of 3463cc is 0.50.

The process color (four color CMYK) of #3463cc color hex is 0.75, 0.51, 0.00, 0.20. Web safe color of #3463cc is #3366cc. Color #3463cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01100011 11001100
Octal 64 143 314
Decimal 52 99 204
Hex 34 63 CC

RGB Percentages of Color #3463cc

%14.65
%27.89
%57.46

CMYK Percentages of Color #3463cc

%75
%51
%0
%20

Triadic Colors of #3463cc

#3463cc #cc3463 #63cc34

Analogous Colors of #3463cc

#3463cc #5134cc #34afcc

Monochromatic Colors of #3463cc

#3463cc

Complementary Color

#3463cc #cc9d34

#3463cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3463cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3463cc Color CSS Codes

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

#3463cc Text Font Color

<p style="color:#3463cc">Text here</p>

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


#3463cc Background Color

<div style="background-color:#3463cc">
Div content here</div>

This div background color is #3463cc


#3463cc Border Color

<div style="border:3px solid #3463cc">
Div here</div>

This div border color is #3463cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,99,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3463cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3463cc;
  -webkit-box-shadow: 1px 1px 3px 2px #3463cc;
  box-shadow:         1px 1px 3px 2px #3463cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3463cc


Comments

No comments written yet.

Please login to write comment.