Color Hex Logo

#30267c Color Hex

#30267C
(48,38,124)
0 Favorites   0 Comments

Color spaces of #30267c

RGB 4838124
HSL0.690.530.32
HSV247°69°49°
CMYK 0.610.690.00   0.51
XYZ5.55013.469819.4460
Yxy3.46980.19500.1219
Hunter Lab18.627420.5868-48.8564
CIE-Lab21.834930.8987-47.3972

#30267c color RGB value is (48,38,124).

#30267c hex color red value is 48, green value is 38 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #30267c hue: 0.69 , saturation: 0.53 and the lightness value of 30267c is 0.32.

The process color (four color CMYK) of #30267c color hex is 0.61, 0.69, 0.00, 0.51. Web safe color of #30267c is #333366. Color #30267c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00100110 01111100
Octal 60 46 174
Decimal 48 38 124
Hex 30 26 7C

RGB Percentages of Color #30267c

%22.86
%18.10
%59.05

CMYK Percentages of Color #30267c

%61
%69
%0
%51

Triadic Colors of #30267c

#30267c #7c3026 #267c30

Analogous Colors of #30267c

#30267c #5b267c #26477c

Monochromatic Colors of #30267c

#30267c

Complementary Color

#30267c #727c26

#30267c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30267c Color Preview on White Background

Lorem ipsum dolor sit amet.

#30267c Color CSS Codes

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

#30267c Text Font Color

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

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


#30267c Background Color

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

This div background color is #30267c


#30267c Border Color

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

This div border color is #30267c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,38,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30267c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30267c;
  -webkit-box-shadow: 1px 1px 3px 2px #30267c;
  box-shadow:         1px 1px 3px 2px #30267c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30267c


Comments

No comments written yet.

Please login to write comment.