Color Hex Logo

#354ddb Color Hex

#354DDB
(53,77,219)
0 Favorites   0 Comments

Color spaces of #354ddb

RGB 5377219
HSL0.640.700.53
HSV231°76°86°
CMYK 0.760.650.00   0.14
XYZ16.908311.179168.2845
Yxy11.17910.17540.1160
Hunter Lab33.435231.7567-97.6831
CIE-Lab39.880540.3413-74.8465

#354ddb color RGB value is (53,77,219).

#354ddb hex color red value is 53, green value is 77 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #354ddb hue: 0.64 , saturation: 0.70 and the lightness value of 354ddb is 0.53.

The process color (four color CMYK) of #354ddb color hex is 0.76, 0.65, 0.00, 0.14. Web safe color of #354ddb is #3366cc. Color #354ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001101 11011011
Octal 65 115 333
Decimal 53 77 219
Hex 35 4D DB

RGB Percentages of Color #354ddb

%15.19
%22.06
%62.75

CMYK Percentages of Color #354ddb

%76
%65
%0
%14

Triadic Colors of #354ddb

#354ddb #db354d #4ddb35

Analogous Colors of #354ddb

#354ddb #7035db #35a0db

Monochromatic Colors of #354ddb

#354ddb

Complementary Color

#354ddb #dbc335

#354ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#354ddb Color CSS Codes

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

#354ddb Text Font Color

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

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


#354ddb Background Color

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

This div background color is #354ddb


#354ddb Border Color

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

This div border color is #354ddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,77,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354ddb


Comments

No comments written yet.

Please login to write comment.