Color Hex Logo

#307198 Color Hex

#307198
(48,113,152)
0 Favorites   0 Comments

Color spaces of #307198

RGB 48113152
HSL0.560.520.39
HSV203°68°60°
CMYK 0.680.260.00   0.40
XYZ12.791514.705631.8700
Yxy14.70560.21550.2477
Hunter Lab38.3479-7.5675-22.4310
CIE-Lab45.2283-7.6845-27.2256

#307198 color RGB value is (48,113,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110001 10011000
Octal 60 161 230
Decimal 48 113 152
Hex 30 71 98

RGB Percentages of Color #307198

%15.34
%36.10
%48.56

CMYK Percentages of Color #307198

%68
%26
%0
%40

Triadic Colors of #307198

#307198 #983071 #719830

Analogous Colors of #307198

#307198 #303d98 #30988b

Monochromatic Colors of #307198

#307198

Complementary Color

#307198 #985730

#307198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#307198 Color CSS Codes

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

#307198 Text Font Color

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

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


#307198 Background Color

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

This div background color is #307198


#307198 Border Color

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

This div border color is #307198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307198

#307198 Color Palettes


Comments

No comments written yet.

Please login to write comment.