Color Hex Logo

#30365b Color Hex

#30365B
(48,54,91)
0 Favorites   0 Comments

Color spaces of #30365b

RGB 485491
HSL0.640.310.27
HSV232°47°36°
CMYK 0.470.410.00   0.64
XYZ4.42644.022010.4406
Yxy4.02200.23430.2129
Hunter Lab20.05494.3013-16.8279
CIE-Lab23.74408.5796-23.0174

#30365b color RGB value is (48,54,91).

#30365b hex color red value is 48, green value is 54 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #30365b hue: 0.64 , saturation: 0.31 and the lightness value of 30365b is 0.27.

The process color (four color CMYK) of #30365b color hex is 0.47, 0.41, 0.00, 0.64. Web safe color of #30365b is #333366. Color #30365b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00110110 01011011
Octal 60 66 133
Decimal 48 54 91
Hex 30 36 5B

RGB Percentages of Color #30365b

%24.87
%27.98
%47.15

CMYK Percentages of Color #30365b

%47
%41
%0
%64

Triadic Colors of #30365b

#30365b #5b3036 #365b30

Analogous Colors of #30365b

#30365b #40305b #304c5b

Monochromatic Colors of #30365b

#30365b

Complementary Color

#30365b #5b5530

#30365b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30365b Color Preview on White Background

Lorem ipsum dolor sit amet.

#30365b Color CSS Codes

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

#30365b Text Font Color

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

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


#30365b Background Color

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

This div background color is #30365b


#30365b Border Color

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

This div border color is #30365b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30365b

#30365b Color Palettes


Comments

No comments written yet.

Please login to write comment.