Color Hex Logo

#354bdb Color Hex

#354BDB
(53,75,219)
0 Favorites   0 Comments

Color spaces of #354bdb

RGB 5375219
HSL0.640.700.53
HSV232°76°86°
CMYK 0.760.660.00   0.14
XYZ16.770510.903568.2385
Yxy10.90350.17490.1137
Hunter Lab33.020432.8712-99.4116
CIE-Lab39.417541.5711-75.6064

#354bdb color RGB value is (53,75,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001011 11011011
Octal 65 113 333
Decimal 53 75 219
Hex 35 4B DB

RGB Percentages of Color #354bdb

%15.27
%21.61
%63.11

CMYK Percentages of Color #354bdb

%76
%66
%0
%14

Triadic Colors of #354bdb

#354bdb #db354b #4bdb35

Analogous Colors of #354bdb

#354bdb #7235db #359edb

Monochromatic Colors of #354bdb

#354bdb

Complementary Color

#354bdb #dbc535

#354bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#354bdb Color CSS Codes

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

#354bdb Text Font Color

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

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


#354bdb Background Color

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

This div background color is #354bdb


#354bdb Border Color

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

This div border color is #354bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354bdb


Comments

No comments written yet.

Please login to write comment.