Color Hex Logo

#30656b Color Hex

#30656B
(48,101,107)
0 Favorites   0 Comments

Color spaces of #30656b

RGB 48101107
HSL0.520.380.30
HSV186°55°42°
CMYK 0.550.060.00   0.58
XYZ8.526410.997315.5832
Yxy10.99730.24290.3133
Hunter Lab33.1622-12.1393-4.6474
CIE-Lab39.5759-15.7244-8.7948

#30656b color RGB value is (48,101,107).

#30656b hex color red value is 48, green value is 101 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #30656b hue: 0.52 , saturation: 0.38 and the lightness value of 30656b is 0.30.

The process color (four color CMYK) of #30656b color hex is 0.55, 0.06, 0.00, 0.58. Web safe color of #30656b is #336666. Color #30656b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100101 01101011
Octal 60 145 153
Decimal 48 101 107
Hex 30 65 6B

RGB Percentages of Color #30656b

%18.75
%39.45
%41.80

CMYK Percentages of Color #30656b

%55
%6
%0
%58

Triadic Colors of #30656b

#30656b #6b3065 #656b30

Analogous Colors of #30656b

#30656b #30486b #306b53

Monochromatic Colors of #30656b

#30656b

Complementary Color

#30656b #6b3630

#30656b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30656b Color Preview on White Background

Lorem ipsum dolor sit amet.

#30656b Color CSS Codes

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

#30656b Text Font Color

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

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


#30656b Background Color

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

This div background color is #30656b


#30656b Border Color

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

This div border color is #30656b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30656b


Comments

No comments written yet.

Please login to write comment.