Color Hex Logo

#306098 Color Hex

#306098
(48,96,152)
0 Favorites   0 Comments

Color spaces of #306098

RGB 4896152
HSL0.590.520.39
HSV212°68°60°
CMYK 0.680.370.00   0.40
XYZ11.069311.261131.2960
Yxy11.26110.20640.2100
Hunter Lab33.55760.1543-31.8039
CIE-Lab40.01682.7211-35.4089

#306098 color RGB value is (48,96,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100000 10011000
Octal 60 140 230
Decimal 48 96 152
Hex 30 60 98

RGB Percentages of Color #306098

%16.22
%32.43
%51.35

CMYK Percentages of Color #306098

%68
%37
%0
%40

Triadic Colors of #306098

#306098 #983060 #609830

Analogous Colors of #306098

#306098 #343098 #309498

Monochromatic Colors of #306098

#306098

Complementary Color

#306098 #986830

#306098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#306098 Color CSS Codes

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

#306098 Text Font Color

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

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


#306098 Background Color

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

This div background color is #306098


#306098 Border Color

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

This div border color is #306098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306098


Comments

No comments written yet.

Please login to write comment.