Color Hex Logo

#344fbc Color Hex

#344FBC
(52,79,188)
0 Favorites   0 Comments

Color spaces of #344fbc

RGB 5279188
HSL0.630.570.47
HSV228°72°74°
CMYK 0.720.580.00   0.26
XYZ13.28939.952948.7976
Yxy9.95290.18450.1382
Hunter Lab31.548219.9816-69.6238
CIE-Lab37.757827.7978-60.3675

#344fbc color RGB value is (52,79,188).

#344fbc hex color red value is 52, green value is 79 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #344fbc hue: 0.63 , saturation: 0.57 and the lightness value of 344fbc is 0.47.

The process color (four color CMYK) of #344fbc color hex is 0.72, 0.58, 0.00, 0.26. Web safe color of #344fbc is #3366cc. Color #344fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01001111 10111100
Octal 64 117 274
Decimal 52 79 188
Hex 34 4F BC

RGB Percentages of Color #344fbc

%16.30
%24.76
%58.93

CMYK Percentages of Color #344fbc

%72
%58
%0
%26

Triadic Colors of #344fbc

#344fbc #bc344f #4fbc34

Analogous Colors of #344fbc

#344fbc #5d34bc #3493bc

Monochromatic Colors of #344fbc

#344fbc

Complementary Color

#344fbc #bca134

#344fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#344fbc Color CSS Codes

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

#344fbc Text Font Color

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

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


#344fbc Background Color

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

This div background color is #344fbc


#344fbc Border Color

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

This div border color is #344fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344fbc


Comments

No comments written yet.

Please login to write comment.