Color Hex Logo

#306588 Color Hex

#306588
(48,101,136)
0 Favorites   0 Comments

Color spaces of #306588

RGB 48101136
HSL0.570.480.36
HSV204°65°53°
CMYK 0.650.260.00   0.47
XYZ10.316511.713325.0097
Yxy11.71330.21930.2490
Hunter Lab34.2247-6.0872-19.3689
CIE-Lab40.7568-6.1342-24.6275

#306588 color RGB value is (48,101,136).

#306588 hex color red value is 48, green value is 101 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #306588 hue: 0.57 , saturation: 0.48 and the lightness value of 306588 is 0.36.

The process color (four color CMYK) of #306588 color hex is 0.65, 0.26, 0.00, 0.47. Web safe color of #306588 is #336699. Color #306588 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100101 10001000
Octal 60 145 210
Decimal 48 101 136
Hex 30 65 88

RGB Percentages of Color #306588

%16.84
%35.44
%47.72

CMYK Percentages of Color #306588

%65
%26
%0
%47

Triadic Colors of #306588

#306588 #883065 #658830

Analogous Colors of #306588

#306588 #303988 #30887f

Monochromatic Colors of #306588

#306588

Complementary Color

#306588 #885330

#306588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#306588 Color CSS Codes

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

#306588 Text Font Color

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

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


#306588 Background Color

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

This div background color is #306588


#306588 Border Color

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

This div border color is #306588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306588


Comments

No comments written yet.

Please login to write comment.