Color Hex Logo

#3461be Color Hex

#3461BE
(52,97,190)
0 Favorites   0 Comments

Color spaces of #3461be

RGB 5297190
HSL0.610.570.47
HSV220°73°75°
CMYK 0.730.490.00   0.25
XYZ14.985112.997250.4341
Yxy12.99720.19110.1657
Hunter Lab36.051611.1044-57.7071
CIE-Lab42.759016.8403-53.4368

#3461be color RGB value is (52,97,190).

#3461be hex color red value is 52, green value is 97 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #3461be hue: 0.61 , saturation: 0.57 and the lightness value of 3461be is 0.47.

The process color (four color CMYK) of #3461be color hex is 0.73, 0.49, 0.00, 0.25. Web safe color of #3461be is #3366cc. Color #3461be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01100001 10111110
Octal 64 141 276
Decimal 52 97 190
Hex 34 61 BE

RGB Percentages of Color #3461be

%15.34
%28.61
%56.05

CMYK Percentages of Color #3461be

%73
%49
%0
%25

Triadic Colors of #3461be

#3461be #be3461 #61be34

Analogous Colors of #3461be

#3461be #4c34be #34a6be

Monochromatic Colors of #3461be

#3461be

Complementary Color

#3461be #be9134

#3461be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3461be Color Preview on White Background

Lorem ipsum dolor sit amet.

#3461be Color CSS Codes

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

#3461be Text Font Color

<p style="color:#3461be">Text here</p>

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


#3461be Background Color

<div style="background-color:#3461be">
Div content here</div>

This div background color is #3461be


#3461be Border Color

<div style="border:3px solid #3461be">
Div here</div>

This div border color is #3461be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,97,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3461be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3461be;
  -webkit-box-shadow: 1px 1px 3px 2px #3461be;
  box-shadow:         1px 1px 3px 2px #3461be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3461be


Comments

No comments written yet.

Please login to write comment.