Color Hex Logo

#356bcf Color Hex

#356BCF
(53,107,207)
0 Favorites   0 Comments

Color spaces of #356bcf

RGB 53107207
HSL0.610.620.51
HSV219°74°81°
CMYK 0.740.480.00   0.19
XYZ17.988415.777361.1287
Yxy15.77730.18960.1663
Hunter Lab39.720611.3267-63.4408
CIE-Lab46.680916.8937-56.9197

#356bcf color RGB value is (53,107,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101011 11001111
Octal 65 153 317
Decimal 53 107 207
Hex 35 6B CF

RGB Percentages of Color #356bcf

%14.44
%29.16
%56.40

CMYK Percentages of Color #356bcf

%74
%48
%0
%19

Triadic Colors of #356bcf

#356bcf #cf356b #6bcf35

Analogous Colors of #356bcf

#356bcf #4c35cf #35b8cf

Monochromatic Colors of #356bcf

#356bcf

Complementary Color

#356bcf #cf9935

#356bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#356bcf Color CSS Codes

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

#356bcf Text Font Color

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

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


#356bcf Background Color

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

This div background color is #356bcf


#356bcf Border Color

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

This div border color is #356bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356bcf


Comments

No comments written yet.

Please login to write comment.