Color Hex Logo

#3465cd Color Hex

#3465CD
(52,101,205)
0 Favorites   0 Comments

Color spaces of #3465cd

RGB 52101205
HSL0.610.600.50
HSV221°75°80°
CMYK 0.750.510.00   0.20
XYZ17.089314.445259.6451
Yxy14.44520.18740.1584
Hunter Lab38.006813.7483-66.4405
CIE-Lab44.864719.8573-58.7053

#3465cd color RGB value is (52,101,205).

#3465cd hex color red value is 52, green value is 101 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #3465cd hue: 0.61 , saturation: 0.60 and the lightness value of 3465cd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01100101 11001101
Octal 64 145 315
Decimal 52 101 205
Hex 34 65 CD

RGB Percentages of Color #3465cd

%14.53
%28.21
%57.26

CMYK Percentages of Color #3465cd

%75
%51
%0
%20

Triadic Colors of #3465cd

#3465cd #cd3465 #65cd34

Analogous Colors of #3465cd

#3465cd #5034cd #34b2cd

Monochromatic Colors of #3465cd

#3465cd

Complementary Color

#3465cd #cd9c34

#3465cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3465cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3465cd Color CSS Codes

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

#3465cd Text Font Color

<p style="color:#3465cd">Text here</p>

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


#3465cd Background Color

<div style="background-color:#3465cd">
Div content here</div>

This div background color is #3465cd


#3465cd Border Color

<div style="border:3px solid #3465cd">
Div here</div>

This div border color is #3465cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,101,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3465cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3465cd;
  -webkit-box-shadow: 1px 1px 3px 2px #3465cd;
  box-shadow:         1px 1px 3px 2px #3465cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3465cd


Comments

No comments written yet.

Please login to write comment.