Color Hex Logo

#366bbc Color Hex

#366BBC
(54,107,188)
0 Favorites   0 Comments

Color spaces of #366bbc

RGB 54107188
HSL0.600.550.47
HSV216°71°74°
CMYK 0.710.430.00   0.26
XYZ15.856114.930549.6231
Yxy14.93050.19720.1857
Hunter Lab38.64005.6283-49.0947
CIE-Lab45.53899.9933-47.8101

#366bbc color RGB value is (54,107,188).

#366bbc hex color red value is 54, green value is 107 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #366bbc hue: 0.60 , saturation: 0.55 and the lightness value of 366bbc is 0.47.

The process color (four color CMYK) of #366bbc color hex is 0.71, 0.43, 0.00, 0.26. Web safe color of #366bbc is #3366cc. Color #366bbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01101011 10111100
Octal 66 153 274
Decimal 54 107 188
Hex 36 6B BC

RGB Percentages of Color #366bbc

%15.47
%30.66
%53.87

CMYK Percentages of Color #366bbc

%71
%43
%0
%26

Triadic Colors of #366bbc

#366bbc #bc366b #6bbc36

Analogous Colors of #366bbc

#366bbc #4436bc #36aebc

Monochromatic Colors of #366bbc

#366bbc

Complementary Color

#366bbc #bc8736

#366bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#366bbc Color CSS Codes

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

#366bbc Text Font Color

<p style="color:#366bbc">Text here</p>

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


#366bbc Background Color

<div style="background-color:#366bbc">
Div content here</div>

This div background color is #366bbc


#366bbc Border Color

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

This div border color is #366bbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,107,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #366bbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #366bbc;
  -webkit-box-shadow: 1px 1px 3px 2px #366bbc;
  box-shadow:         1px 1px 3px 2px #366bbc; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366bbc


Comments

No comments written yet.

Please login to write comment.