Color Hex Logo

#305088 Color Hex

#305088
(48,80,136)
0 Favorites   0 Comments

Color spaces of #305088

RGB 4880136
HSL0.610.480.36
HSV218°65°53°
CMYK 0.650.410.00   0.47
XYZ8.53158.143324.4147
Yxy8.14330.20760.1982
Hunter Lab28.53653.4270-30.7507
CIE-Lab34.27967.1494-34.8160

#305088 color RGB value is (48,80,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01010000 10001000
Octal 60 120 210
Decimal 48 80 136
Hex 30 50 88

RGB Percentages of Color #305088

%18.18
%30.30
%51.52

CMYK Percentages of Color #305088

%65
%41
%0
%47

Triadic Colors of #305088

#305088 #883050 #508830

Analogous Colors of #305088

#305088 #3c3088 #307c88

Monochromatic Colors of #305088

#305088

Complementary Color

#305088 #886830

#305088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#305088 Color CSS Codes

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

#305088 Text Font Color

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

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


#305088 Background Color

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

This div background color is #305088


#305088 Border Color

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

This div border color is #305088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #305088


Comments

No comments written yet.

Please login to write comment.