Color Hex Logo

#358fdb Color Hex

#358FDB
(53,143,219)
0 Favorites   0 Comments

Color spaces of #358fdb

RGB 53143219
HSL0.580.700.53
HSV207°76°86°
CMYK 0.760.350.00   0.14
XYZ24.076825.516370.6740
Yxy25.51630.20020.2122
Hunter Lab50.5137-3.3188-47.5935
CIE-Lab57.5750-0.7676-46.3127

#358fdb color RGB value is (53,143,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001111 11011011
Octal 65 217 333
Decimal 53 143 219
Hex 35 8F DB

RGB Percentages of Color #358fdb

%12.77
%34.46
%52.77

CMYK Percentages of Color #358fdb

%76
%35
%0
%14

Triadic Colors of #358fdb

#358fdb #db358f #8fdb35

Analogous Colors of #358fdb

#358fdb #353cdb #35dbd4

Monochromatic Colors of #358fdb

#358fdb

Complementary Color

#358fdb #db8135

#358fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#358fdb Color CSS Codes

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

#358fdb Text Font Color

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

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


#358fdb Background Color

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

This div background color is #358fdb


#358fdb Border Color

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

This div border color is #358fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358fdb


Comments

No comments written yet.

Please login to write comment.