Color Hex Logo

#38199b Color Hex

#38199B
(56,25,155)
0 Favorites   0 Comments

Color spaces of #38199b

RGB 5625155
HSL0.710.720.35
HSV254°84°61°
CMYK 0.640.840.00   0.39
XYZ7.89493.902631.3475
Yxy3.90260.18300.0905
Hunter Lab19.755036.7646-80.2537
CIE-Lab23.346848.5606-64.2226

#38199b color RGB value is (56,25,155).

#38199b hex color red value is 56, green value is 25 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #38199b hue: 0.71 , saturation: 0.72 and the lightness value of 38199b is 0.35.

The process color (four color CMYK) of #38199b color hex is 0.64, 0.84, 0.00, 0.39. Web safe color of #38199b is #330099. Color #38199b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00011001 10011011
Octal 70 31 233
Decimal 56 25 155
Hex 38 19 9B

RGB Percentages of Color #38199b

%23.73
%10.59
%65.68

CMYK Percentages of Color #38199b

%64
%84
%0
%39

Triadic Colors of #38199b

#38199b #9b3819 #199b38

Analogous Colors of #38199b

#38199b #79199b #193b9b

Monochromatic Colors of #38199b

#38199b

Complementary Color

#38199b #7c9b19

#38199b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38199b Color Preview on White Background

Lorem ipsum dolor sit amet.

#38199b Color CSS Codes

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

#38199b Text Font Color

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

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


#38199b Background Color

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

This div background color is #38199b


#38199b Border Color

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

This div border color is #38199b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,25,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38199b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38199b;
  -webkit-box-shadow: 1px 1px 3px 2px #38199b;
  box-shadow:         1px 1px 3px 2px #38199b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,25,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38199b


Comments

No comments written yet.

Please login to write comment.