Color Hex Logo

#41367b Color Hex

#41367B
(65,54,123)
0 Favorites   0 Comments

Color spaces of #41367b

RGB 6554123
HSL0.690.390.35
HSV250°56°48°
CMYK 0.470.560.00   0.52
XYZ7.07435.192219.3682
Yxy5.19220.22360.1641
Hunter Lab22.786415.5412-34.4454
CIE-Lab27.275523.7900-37.8665

#41367b color RGB value is (65,54,123).

#41367b hex color red value is 65, green value is 54 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #41367b hue: 0.69 , saturation: 0.39 and the lightness value of 41367b is 0.35.

The process color (four color CMYK) of #41367b color hex is 0.47, 0.56, 0.00, 0.52. Web safe color of #41367b is #333366. Color #41367b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110110 01111011
Octal 101 66 173
Decimal 65 54 123
Hex 41 36 7B

RGB Percentages of Color #41367b

%26.86
%22.31
%50.83

CMYK Percentages of Color #41367b

%47
%56
%0
%52

Triadic Colors of #41367b

#41367b #7b4136 #367b41

Analogous Colors of #41367b

#41367b #64367b #364e7b

Monochromatic Colors of #41367b

#41367b

Complementary Color

#41367b #707b36

#41367b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41367b Color Preview on White Background

Lorem ipsum dolor sit amet.

#41367b Color CSS Codes

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

#41367b Text Font Color

<p style="color:#41367b">Text here</p>

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


#41367b Background Color

<div style="background-color:#41367b">
Div content here</div>

This div background color is #41367b


#41367b Border Color

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

This div border color is #41367b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,54,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41367b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41367b;
  -webkit-box-shadow: 1px 1px 3px 2px #41367b;
  box-shadow:         1px 1px 3px 2px #41367b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,54,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41367b


Comments

No comments written yet.

Please login to write comment.