Color Hex Logo

#3461cf Color Hex

#3461CF
(52,97,207)
0 Favorites   0 Comments

Color spaces of #3461cf

RGB 5297207
HSL0.620.620.51
HSV223°75°81°
CMYK 0.750.530.00   0.19
XYZ16.953413.784460.7986
Yxy13.78440.18520.1506
Hunter Lab37.127316.5353-71.1023
CIE-Lab43.922123.1703-61.3787

#3461cf color RGB value is (52,97,207).

#3461cf hex color red value is 52, green value is 97 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #3461cf hue: 0.62 , saturation: 0.62 and the lightness value of 3461cf is 0.51.

The process color (four color CMYK) of #3461cf color hex is 0.75, 0.53, 0.00, 0.19. Web safe color of #3461cf is #3366cc. Color #3461cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01100001 11001111
Octal 64 141 317
Decimal 52 97 207
Hex 34 61 CF

RGB Percentages of Color #3461cf

%14.61
%27.25
%58.15

CMYK Percentages of Color #3461cf

%75
%53
%0
%19

Triadic Colors of #3461cf

#3461cf #cf3461 #61cf34

Analogous Colors of #3461cf

#3461cf #5434cf #34afcf

Monochromatic Colors of #3461cf

#3461cf

Complementary Color

#3461cf #cfa234

#3461cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3461cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3461cf Color CSS Codes

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

#3461cf Text Font Color

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

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


#3461cf Background Color

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

This div background color is #3461cf


#3461cf Border Color

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

This div border color is #3461cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3461cf


Comments

No comments written yet.

Please login to write comment.