Color Hex Logo

#356bcc Color Hex

#356BCC
(53,107,204)
0 Favorites   0 Comments

Color spaces of #356bcc

RGB 53107204
HSL0.610.600.50
HSV219°74°80°
CMYK 0.740.480.00   0.20
XYZ17.625015.631959.2151
Yxy15.63190.19060.1690
Hunter Lab39.537210.3821-61.1230
CIE-Lab46.487815.7799-55.5128

#356bcc color RGB value is (53,107,204).

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

The process color (four color CMYK) of #356bcc color hex is 0.74, 0.48, 0.00, 0.20. Web safe color of #356bcc is #3366cc. Color #356bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101011 11001100
Octal 65 153 314
Decimal 53 107 204
Hex 35 6B CC

RGB Percentages of Color #356bcc

%14.56
%29.40
%56.04

CMYK Percentages of Color #356bcc

%74
%48
%0
%20

Triadic Colors of #356bcc

#356bcc #cc356b #6bcc35

Analogous Colors of #356bcc

#356bcc #4b35cc #35b7cc

Monochromatic Colors of #356bcc

#356bcc

Complementary Color

#356bcc #cc9635

#356bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#356bcc Color CSS Codes

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

#356bcc Text Font Color

<p style="color:#356bcc">Text here</p>

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


#356bcc Background Color

<div style="background-color:#356bcc">
Div content here</div>

This div background color is #356bcc


#356bcc Border Color

<div style="border:3px solid #356bcc">
Div here</div>

This div border color is #356bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356bcc


Comments

No comments written yet.

Please login to write comment.