Color Hex Logo

#305898 Color Hex

#305898
(48,88,152)
0 Favorites   0 Comments

Color spaces of #305898

RGB 4888152
HSL0.600.520.39
HSV217°68°60°
CMYK 0.680.420.00   0.40
XYZ10.37619.874831.0649
Yxy9.87480.20220.1924
Hunter Lab31.42423.9474-36.6152
CIE-Lab37.61687.8587-39.2211

#305898 color RGB value is (48,88,152).

#305898 hex color red value is 48, green value is 88 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #305898 hue: 0.60 , saturation: 0.52 and the lightness value of 305898 is 0.39.

The process color (four color CMYK) of #305898 color hex is 0.68, 0.42, 0.00, 0.40. Web safe color of #305898 is #336699. Color #305898 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011000 10011000
Octal 60 130 230
Decimal 48 88 152
Hex 30 58 98

RGB Percentages of Color #305898

%16.67
%30.56
%52.78

CMYK Percentages of Color #305898

%68
%42
%0
%40

Triadic Colors of #305898

#305898 #983058 #589830

Analogous Colors of #305898

#305898 #3c3098 #308c98

Monochromatic Colors of #305898

#305898

Complementary Color

#305898 #987030

#305898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#305898 Color CSS Codes

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

#305898 Text Font Color

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

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


#305898 Background Color

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

This div background color is #305898


#305898 Border Color

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

This div border color is #305898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #305898


Comments

No comments written yet.

Please login to write comment.