Color Hex Logo

#303b61 Color Hex

#303B61
(48,59,97)
1 Favorites   0 Comments

Color spaces of #303b61

RGB 485997
HSL0.630.340.28
HSV227°51°38°
CMYK 0.510.390.00   0.62
XYZ4.94064.619411.9405
Yxy4.61940.22980.2149
Hunter Lab21.49283.4198-17.8941
CIE-Lab25.62177.1985-23.9690

#303b61 color RGB value is (48,59,97).

#303b61 hex color red value is 48, green value is 59 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #303b61 hue: 0.63 , saturation: 0.34 and the lightness value of 303b61 is 0.28.

The process color (four color CMYK) of #303b61 color hex is 0.51, 0.39, 0.00, 0.62. Web safe color of #303b61 is #333366. Color #303b61 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00111011 01100001
Octal 60 73 141
Decimal 48 59 97
Hex 30 3B 61

RGB Percentages of Color #303b61

%23.53
%28.92
%47.55

CMYK Percentages of Color #303b61

%51
%39
%0
%62

Triadic Colors of #303b61

#303b61 #61303b #3b6130

Analogous Colors of #303b61

#303b61 #3e3061 #305461

Monochromatic Colors of #303b61

#303b61

Complementary Color

#303b61 #615630

#303b61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#303b61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#303b61 Color CSS Codes

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

#303b61 Text Font Color

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

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


#303b61 Background Color

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

This div background color is #303b61


#303b61 Border Color

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

This div border color is #303b61


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,59,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #303b61; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #303b61;
  -webkit-box-shadow: 1px 1px 3px 2px #303b61;
  box-shadow:         1px 1px 3px 2px #303b61; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #303b61


Comments

No comments written yet.

Please login to write comment.