Color Hex Logo

#3c6fbc Color Hex

#3C6FBC
(60,111,188)
0 Favorites   0 Comments

Color spaces of #3c6fbc

RGB 60111188
HSL0.600.520.49
HSV216°68°74°
CMYK 0.680.410.00   0.26
XYZ16.625015.960449.7814
Yxy15.96040.20180.1938
Hunter Lab39.95054.3677-45.9146
CIE-Lab46.92258.4085-45.5880

#3c6fbc color RGB value is (60,111,188).

#3c6fbc hex color red value is 60, green value is 111 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #3c6fbc hue: 0.60 , saturation: 0.52 and the lightness value of 3c6fbc is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 01101111 10111100
Octal 74 157 274
Decimal 60 111 188
Hex 3C 6F BC

RGB Percentages of Color #3c6fbc

%16.71
%30.92
%52.37

CMYK Percentages of Color #3c6fbc

%68
%41
%0
%26

Triadic Colors of #3c6fbc

#3c6fbc #bc3c6f #6fbc3c

Analogous Colors of #3c6fbc

#3c6fbc #493cbc #3cafbc

Monochromatic Colors of #3c6fbc

#3c6fbc

Complementary Color

#3c6fbc #bc893c

#3c6fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c6fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c6fbc Color CSS Codes

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

#3c6fbc Text Font Color

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

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


#3c6fbc Background Color

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

This div background color is #3c6fbc


#3c6fbc Border Color

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

This div border color is #3c6fbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,111,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 #3c6fbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c6fbc


Comments

No comments written yet.

Please login to write comment.