Color Hex Logo

#306198 Color Hex

#306198
(48,97,152)
0 Favorites   0 Comments

Color spaces of #306198

RGB 4897152
HSL0.590.520.39
HSV212°68°60°
CMYK 0.680.360.00   0.40
XYZ11.161111.444831.3266
Yxy11.44480.20690.2122
Hunter Lab33.8302-0.3128-31.2212
CIE-Lab40.31982.0884-34.9295

#306198 color RGB value is (48,97,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100001 10011000
Octal 60 141 230
Decimal 48 97 152
Hex 30 61 98

RGB Percentages of Color #306198

%16.16
%32.66
%51.18

CMYK Percentages of Color #306198

%68
%36
%0
%40

Triadic Colors of #306198

#306198 #983061 #619830

Analogous Colors of #306198

#306198 #333098 #309598

Monochromatic Colors of #306198

#306198

Complementary Color

#306198 #986730

#306198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#306198 Color CSS Codes

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

#306198 Text Font Color

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

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


#306198 Background Color

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

This div background color is #306198


#306198 Border Color

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

This div border color is #306198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306198


Comments

No comments written yet.

Please login to write comment.