Color Hex Logo

#3b5fbc Color Hex

#3B5FBC
(59,95,188)
0 Favorites   0 Comments

Color spaces of #3b5fbc

RGB 5995188
HSL0.620.520.48
HSV223°69°74°
CMYK 0.690.490.00   0.26
XYZ14.972912.745149.2478
Yxy12.74510.19450.1656
Hunter Lab35.700312.3884-56.7991
CIE-Lab42.376618.4152-52.8732

#3b5fbc color RGB value is (59,95,188).

#3b5fbc hex color red value is 59, green value is 95 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #3b5fbc hue: 0.62 , saturation: 0.52 and the lightness value of 3b5fbc is 0.48.

The process color (four color CMYK) of #3b5fbc color hex is 0.69, 0.49, 0.00, 0.26. Web safe color of #3b5fbc is #3366cc. Color #3b5fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01011111 10111100
Octal 73 137 274
Decimal 59 95 188
Hex 3B 5F BC

RGB Percentages of Color #3b5fbc

%17.25
%27.78
%54.97

CMYK Percentages of Color #3b5fbc

%69
%49
%0
%26

Triadic Colors of #3b5fbc

#3b5fbc #bc3b5f #5fbc3b

Analogous Colors of #3b5fbc

#3b5fbc #583bbc #3ba0bc

Monochromatic Colors of #3b5fbc

#3b5fbc

Complementary Color

#3b5fbc #bc983b

#3b5fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b5fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b5fbc Color CSS Codes

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

#3b5fbc Text Font Color

<p style="color:#3b5fbc">Text here</p>

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


#3b5fbc Background Color

<div style="background-color:#3b5fbc">
Div content here</div>

This div background color is #3b5fbc


#3b5fbc Border Color

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

This div border color is #3b5fbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(59,95,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3b5fbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3b5fbc;
  -webkit-box-shadow: 1px 1px 3px 2px #3b5fbc;
  box-shadow:         1px 1px 3px 2px #3b5fbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,95,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b5fbc


Comments

No comments written yet.

Please login to write comment.