Color Hex Logo

#354cbc Color Hex

#354CBC
(53,76,188)
0 Favorites   0 Comments

Color spaces of #354cbc

RGB 5376188
HSL0.640.560.47
HSV230°72°74°
CMYK 0.720.600.00   0.26
XYZ13.12979.556648.7295
Yxy9.55660.18380.1338
Hunter Lab30.913821.7135-71.8195
CIE-Lab37.034629.8719-61.5432

#354cbc color RGB value is (53,76,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001100 10111100
Octal 65 114 274
Decimal 53 76 188
Hex 35 4C BC

RGB Percentages of Color #354cbc

%16.72
%23.97
%59.31

CMYK Percentages of Color #354cbc

%72
%60
%0
%26

Triadic Colors of #354cbc

#354cbc #bc354c #4cbc35

Analogous Colors of #354cbc

#354cbc #6135bc #3590bc

Monochromatic Colors of #354cbc

#354cbc

Complementary Color

#354cbc #bca535

#354cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#354cbc Color CSS Codes

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

#354cbc Text Font Color

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

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


#354cbc Background Color

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

This div background color is #354cbc


#354cbc Border Color

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

This div border color is #354cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354cbc


Comments

No comments written yet.

Please login to write comment.