color codes Logo

#354dcc color codes

#354DCC
(53,77,204)
0 Favorites   0 Comments

Color spaces of #354dcc

RGB 5377204
HSL0.640.600.50
HSV230°74°80°
CMYK 0.740.620.00   0.20
XYZ15.021210.424358.3471
Yxy10.42430.17930.1244
Hunter Lab32.286726.5444-84.5456
CIE-Lab38.593435.0122-68.3222

#354dcc color RGB value is (53,77,204).

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

The process color (four color CMYK) of #354dcc color code is 0.74, 0.62, 0.00, 0.20. Web safe color of #354dcc is #3366cc. Color #354dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001101 11001100
Octal 65 115 314
Decimal 53 77 204
Hex 35 4D CC

RGB Percentages of Color #354dcc

%15.87
%23.05
%61.08

CMYK Percentages of Color #354dcc

%74
%62
%0
%20

Triadic Colors of #354dcc

#354dcc #cc354d #4dcc35

Analogous Colors of #354dcc

#354dcc #6935cc #3599cc

Monochromatic Colors of #354dcc

#354dcc

Complementary Color

#354dcc #ccb435

#354dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#354dcc Color CSS Codes

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

#354dcc Text Font Color

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

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


#354dcc Background Color

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

This div background color is #354dcc


#354dcc Border Color

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

This div border color is #354dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354dcc


Comments

No comments written yet.

Please login to write comment.