Color Hex Logo

#305888 Color Hex

#305888
(48,88,136)
0 Favorites   0 Comments

Color spaces of #305888

RGB 4888136
HSL0.590.480.36
HSV213°65°53°
CMYK 0.650.350.00   0.47
XYZ9.15269.385424.6217
Yxy9.38540.21210.2175
Hunter Lab30.6356-0.2842-26.2062
CIE-Lab36.71601.9535-30.9577

#305888 color RGB value is (48,88,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011000 10001000
Octal 60 130 210
Decimal 48 88 136
Hex 30 58 88

RGB Percentages of Color #305888

%17.65
%32.35
%50.00

CMYK Percentages of Color #305888

%65
%35
%0
%47

Triadic Colors of #305888

#305888 #883058 #588830

Analogous Colors of #305888

#305888 #343088 #308488

Monochromatic Colors of #305888

#305888

Complementary Color

#305888 #886030

#305888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#305888 Color CSS Codes

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

#305888 Text Font Color

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

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


#305888 Background Color

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

This div background color is #305888


#305888 Border Color

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

This div border color is #305888


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,88,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 #305888">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #305888


Comments

No comments written yet.

Please login to write comment.