Color Hex Logo

#301866 Color Hex

#301866
(48,24,102)
0 Favorites   0 Comments

Color spaces of #301866

RGB 4824102
HSL0.720.620.25
HSV258°76°40°
CMYK 0.530.760.00   0.60
XYZ3.94382.241012.7951
Yxy2.24100.20780.1181
Hunter Lab14.970020.8279-40.1972
CIE-Lab16.704332.1324-41.5753

#301866 color RGB value is (48,24,102).

#301866 hex color red value is 48, green value is 24 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #301866 hue: 0.72 , saturation: 0.62 and the lightness value of 301866 is 0.25.

The process color (four color CMYK) of #301866 color hex is 0.53, 0.76, 0.00, 0.60. Web safe color of #301866 is #330066. Color #301866 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00011000 01100110
Octal 60 30 146
Decimal 48 24 102
Hex 30 18 66

RGB Percentages of Color #301866

%27.59
%13.79
%58.62

CMYK Percentages of Color #301866

%53
%76
%0
%60

Triadic Colors of #301866

#301866 #663018 #186630

Analogous Colors of #301866

#301866 #571866 #182766

Monochromatic Colors of #301866

#301866

Complementary Color

#301866 #4e6618

#301866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#301866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#301866 Color CSS Codes

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

#301866 Text Font Color

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

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


#301866 Background Color

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

This div background color is #301866


#301866 Border Color

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

This div border color is #301866


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,24,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #301866; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #301866;
  -webkit-box-shadow: 1px 1px 3px 2px #301866;
  box-shadow:         1px 1px 3px 2px #301866; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,24,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #301866


Comments

No comments written yet.

Please login to write comment.