Color Hex Logo

#344bad Color Hex

#344BAD
(52,75,173)
0 Favorites   0 Comments

Color spaces of #344bad

RGB 5275173
HSL0.630.540.44
HSV229°70°68°
CMYK 0.700.570.00   0.32
XYZ11.47518.779340.6249
Yxy8.77930.18850.1442
Hunter Lab29.629917.2774-60.5503
CIE-Lab35.555924.8973-55.0923

#344bad color RGB value is (52,75,173).

#344bad hex color red value is 52, green value is 75 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #344bad hue: 0.63 , saturation: 0.54 and the lightness value of 344bad is 0.44.

The process color (four color CMYK) of #344bad color hex is 0.70, 0.57, 0.00, 0.32. Web safe color of #344bad is #333399. Color #344bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01001011 10101101
Octal 64 113 255
Decimal 52 75 173
Hex 34 4B AD

RGB Percentages of Color #344bad

%17.33
%25.00
%57.67

CMYK Percentages of Color #344bad

%70
%57
%0
%32

Triadic Colors of #344bad

#344bad #ad344b #4bad34

Analogous Colors of #344bad

#344bad #5a34ad #3488ad

Monochromatic Colors of #344bad

#344bad

Complementary Color

#344bad #ad9634

#344bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#344bad Color CSS Codes

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

#344bad Text Font Color

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

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


#344bad Background Color

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

This div background color is #344bad


#344bad Border Color

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

This div border color is #344bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344bad


Comments

No comments written yet.

Please login to write comment.