Color Hex Logo

#351bbf Color Hex

#351BBF
(53,27,191)
0 Favorites   0 Comments

Color spaces of #351bbf

RGB 5327191
HSL0.690.750.43
HSV250°86°75°
CMYK 0.720.860.00   0.25
XYZ11.26415.302349.7200
Yxy5.30230.16990.0800
Hunter Lab23.026747.0210-111.9021
CIE-Lab27.579257.7553-78.8751

#351bbf color RGB value is (53,27,191).

#351bbf hex color red value is 53, green value is 27 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #351bbf hue: 0.69 , saturation: 0.75 and the lightness value of 351bbf is 0.43.

The process color (four color CMYK) of #351bbf color hex is 0.72, 0.86, 0.00, 0.25. Web safe color of #351bbf is #3333cc. Color #351bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00011011 10111111
Octal 65 33 277
Decimal 53 27 191
Hex 35 1B BF

RGB Percentages of Color #351bbf

%19.56
%9.96
%70.48

CMYK Percentages of Color #351bbf

%72
%86
%0
%25

Triadic Colors of #351bbf

#351bbf #bf351b #1bbf35

Analogous Colors of #351bbf

#351bbf #871bbf #1b53bf

Monochromatic Colors of #351bbf

#351bbf

Complementary Color

#351bbf #a5bf1b

#351bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#351bbf Color CSS Codes

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

#351bbf Text Font Color

<p style="color:#351bbf">Text here</p>

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


#351bbf Background Color

<div style="background-color:#351bbf">
Div content here</div>

This div background color is #351bbf


#351bbf Border Color

<div style="border:3px solid #351bbf">
Div here</div>

This div border color is #351bbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,27,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #351bbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #351bbf;
  -webkit-box-shadow: 1px 1px 3px 2px #351bbf;
  box-shadow:         1px 1px 3px 2px #351bbf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351bbf


Comments

No comments written yet.

Please login to write comment.