Color Hex Logo

#354adb Color Hex

#354ADB
(53,74,219)
0 Favorites   0 Comments

Color spaces of #354adb

RGB 5374219
HSL0.650.700.53
HSV232°76°86°
CMYK 0.760.660.00   0.14
XYZ16.703210.768968.2161
Yxy10.76890.17460.1125
Hunter Lab32.816033.4277-100.2776
CIE-Lab39.188542.1825-75.9825

#354adb color RGB value is (53,74,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001010 11011011
Octal 65 112 333
Decimal 53 74 219
Hex 35 4A DB

RGB Percentages of Color #354adb

%15.32
%21.39
%63.29

CMYK Percentages of Color #354adb

%76
%66
%0
%14

Triadic Colors of #354adb

#354adb #db354a #4adb35

Analogous Colors of #354adb

#354adb #7335db #359ddb

Monochromatic Colors of #354adb

#354adb

Complementary Color

#354adb #dbc635

#354adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#354adb Color CSS Codes

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

#354adb Text Font Color

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

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


#354adb Background Color

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

This div background color is #354adb


#354adb Border Color

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

This div border color is #354adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354adb


Comments

No comments written yet.

Please login to write comment.