Color Hex Logo

#346bee Color Hex

#346BEE
(52,107,238)
0 Favorites   0 Comments

Color spaces of #346bee

RGB 52107238
HSL0.620.850.57
HSV222°78°93°
CMYK 0.780.550.00   0.07
XYZ22.106517.418583.0859
Yxy17.41850.18030.1421
Hunter Lab41.735521.5110-88.8182
CIE-Lab48.783128.2523-71.0670

#346bee color RGB value is (52,107,238).

#346bee hex color red value is 52, green value is 107 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #346bee hue: 0.62 , saturation: 0.85 and the lightness value of 346bee is 0.57.

The process color (four color CMYK) of #346bee color hex is 0.78, 0.55, 0.00, 0.07. Web safe color of #346bee is #3366ff. Color #346bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01101011 11101110
Octal 64 153 356
Decimal 52 107 238
Hex 34 6B EE

RGB Percentages of Color #346bee

%13.10
%26.95
%59.95

CMYK Percentages of Color #346bee

%78
%55
%0
%7

Triadic Colors of #346bee

#346bee #ee346b #6bee34

Analogous Colors of #346bee

#346bee #5a34ee #34c8ee

Monochromatic Colors of #346bee

#346bee

Complementary Color

#346bee #eeb734

#346bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#346bee Color CSS Codes

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

#346bee Text Font Color

<p style="color:#346bee">Text here</p>

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


#346bee Background Color

<div style="background-color:#346bee">
Div content here</div>

This div background color is #346bee


#346bee Border Color

<div style="border:3px solid #346bee">
Div here</div>

This div border color is #346bee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,107,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #346bee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #346bee;
  -webkit-box-shadow: 1px 1px 3px 2px #346bee;
  box-shadow:         1px 1px 3px 2px #346bee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346bee


Comments

No comments written yet.

Please login to write comment.