Color Hex Logo

#344bbf Color Hex

#344BBF
(52,75,191)
0 Favorites   0 Comments

Color spaces of #344bbf

RGB 5275191
HSL0.640.570.48
HSV230°73°75°
CMYK 0.730.610.00   0.25
XYZ13.33629.523850.4256
Yxy9.52380.18200.1300
Hunter Lab30.860723.1313-75.2760
CIE-Lab36.973831.4817-63.4026

#344bbf color RGB value is (52,75,191).

#344bbf hex color red value is 52, green value is 75 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #344bbf hue: 0.64 , saturation: 0.57 and the lightness value of 344bbf is 0.48.

The process color (four color CMYK) of #344bbf color hex is 0.73, 0.61, 0.00, 0.25. Web safe color of #344bbf is #3333cc. Color #344bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01001011 10111111
Octal 64 113 277
Decimal 52 75 191
Hex 34 4B BF

RGB Percentages of Color #344bbf

%16.35
%23.58
%60.06

CMYK Percentages of Color #344bbf

%73
%61
%0
%25

Triadic Colors of #344bbf

#344bbf #bf344b #4bbf34

Analogous Colors of #344bbf

#344bbf #6234bf #3491bf

Monochromatic Colors of #344bbf

#344bbf

Complementary Color

#344bbf #bfa834

#344bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#344bbf Color CSS Codes

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

#344bbf Text Font Color

<p style="color:#344bbf">Text here</p>

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


#344bbf Background Color

<div style="background-color:#344bbf">
Div content here</div>

This div background color is #344bbf


#344bbf Border Color

<div style="border:3px solid #344bbf">
Div here</div>

This div border color is #344bbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,75,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #344bbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #344bbf;
  -webkit-box-shadow: 1px 1px 3px 2px #344bbf;
  box-shadow:         1px 1px 3px 2px #344bbf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344bbf


Comments

No comments written yet.

Please login to write comment.