Color Hex Logo

#30698e Color Hex

#30698E
(48,105,142)
0 Favorites   0 Comments

Color spaces of #30698e

RGB 48105142
HSL0.570.490.37
HSV204°66°56°
CMYK 0.660.260.00   0.44
XYZ11.153012.684527.4517
Yxy12.68450.21750.2473
Hunter Lab35.6153-6.4292-20.7691
CIE-Lab42.2840-6.4373-25.8578

#30698e color RGB value is (48,105,142).

#30698e hex color red value is 48, green value is 105 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #30698e hue: 0.57 , saturation: 0.49 and the lightness value of 30698e is 0.37.

The process color (four color CMYK) of #30698e color hex is 0.66, 0.26, 0.00, 0.44. Web safe color of #30698e is #336699. Color #30698e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101001 10001110
Octal 60 151 216
Decimal 48 105 142
Hex 30 69 8E

RGB Percentages of Color #30698e

%16.27
%35.59
%48.14

CMYK Percentages of Color #30698e

%66
%26
%0
%44

Triadic Colors of #30698e

#30698e #8e3069 #698e30

Analogous Colors of #30698e

#30698e #303a8e #308e84

Monochromatic Colors of #30698e

#30698e

Complementary Color

#30698e #8e5530

#30698e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30698e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30698e Color CSS Codes

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

#30698e Text Font Color

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

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


#30698e Background Color

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

This div background color is #30698e


#30698e Border Color

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

This div border color is #30698e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,105,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30698e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30698e;
  -webkit-box-shadow: 1px 1px 3px 2px #30698e;
  box-shadow:         1px 1px 3px 2px #30698e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30698e


Comments

No comments written yet.

Please login to write comment.