Color Hex Logo

#354fbc Color Hex

#354FBC
(53,79,188)
0 Favorites   0 Comments

Color spaces of #354fbc

RGB 5379188
HSL0.630.560.47
HSV228°72°74°
CMYK 0.720.580.00   0.26
XYZ13.34139.979748.8001
Yxy9.97970.18500.1384
Hunter Lab31.590720.1001-69.4756
CIE-Lab37.806027.9280-60.2870

#354fbc color RGB value is (53,79,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001111 10111100
Octal 65 117 274
Decimal 53 79 188
Hex 35 4F BC

RGB Percentages of Color #354fbc

%16.56
%24.69
%58.75

CMYK Percentages of Color #354fbc

%72
%58
%0
%26

Triadic Colors of #354fbc

#354fbc #bc354f #4fbc35

Analogous Colors of #354fbc

#354fbc #5e35bc #3593bc

Monochromatic Colors of #354fbc

#354fbc

Complementary Color

#354fbc #bca235

#354fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#354fbc Color CSS Codes

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

#354fbc Text Font Color

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

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


#354fbc Background Color

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

This div background color is #354fbc


#354fbc Border Color

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

This div border color is #354fbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,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 #354fbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354fbc


Comments

No comments written yet.

Please login to write comment.