Color Hex Logo

#307098 Color Hex

#307098
(48,112,152)
0 Favorites   0 Comments

Color spaces of #307098

RGB 48112152
HSL0.560.520.39
HSV203°68°60°
CMYK 0.680.260.00   0.40
XYZ12.680614.483731.8331
Yxy14.48370.21490.2455
Hunter Lab38.0575-7.1250-22.9528
CIE-Lab44.9188-7.0930-27.7080

#307098 color RGB value is (48,112,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110000 10011000
Octal 60 160 230
Decimal 48 112 152
Hex 30 70 98

RGB Percentages of Color #307098

%15.38
%35.90
%48.72

CMYK Percentages of Color #307098

%68
%26
%0
%40

Triadic Colors of #307098

#307098 #983070 #709830

Analogous Colors of #307098

#307098 #303c98 #30988c

Monochromatic Colors of #307098

#307098

Complementary Color

#307098 #985830

#307098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#307098 Color CSS Codes

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

#307098 Text Font Color

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

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


#307098 Background Color

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

This div background color is #307098


#307098 Border Color

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

This div border color is #307098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307098


Comments

No comments written yet.

Please login to write comment.