Color Hex Logo

#355fdb Color Hex

#355FDB
(53,95,219)
0 Favorites   0 Comments

Color spaces of #355fdb

RGB 5395219
HSL0.620.700.53
HSV225°76°86°
CMYK 0.760.570.00   0.14
XYZ18.346614.055868.7639
Yxy14.05580.18140.1389
Hunter Lab37.491121.7413-82.5025
CIE-Lab44.312828.9939-67.6042

#355fdb color RGB value is (53,95,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011111 11011011
Octal 65 137 333
Decimal 53 95 219
Hex 35 5F DB

RGB Percentages of Color #355fdb

%14.44
%25.89
%59.67

CMYK Percentages of Color #355fdb

%76
%57
%0
%14

Triadic Colors of #355fdb

#355fdb #db355f #5fdb35

Analogous Colors of #355fdb

#355fdb #5e35db #35b2db

Monochromatic Colors of #355fdb

#355fdb

Complementary Color

#355fdb #dbb135

#355fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#355fdb Color CSS Codes

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

#355fdb Text Font Color

<p style="color:#355fdb">Text here</p>

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


#355fdb Background Color

<div style="background-color:#355fdb">
Div content here</div>

This div background color is #355fdb


#355fdb Border Color

<div style="border:3px solid #355fdb">
Div here</div>

This div border color is #355fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355fdb


Comments

No comments written yet.

Please login to write comment.