Color Hex Logo

#30698c Color Hex

#30698C
(48,105,140)
0 Favorites   0 Comments

Color spaces of #30698c

RGB 48105140
HSL0.560.490.37
HSV203°66°55°
CMYK 0.660.250.00   0.45
XYZ11.004112.625026.6678
Yxy12.62500.21880.2510
Hunter Lab35.5317-6.8993-19.6271
CIE-Lab42.1927-7.1381-24.8009

#30698c color RGB value is (48,105,140).

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

The process color (four color CMYK) of #30698c color hex is 0.66, 0.25, 0.00, 0.45. Web safe color of #30698c is #336699. Color #30698c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101001 10001100
Octal 60 151 214
Decimal 48 105 140
Hex 30 69 8C

RGB Percentages of Color #30698c

%16.38
%35.84
%47.78

CMYK Percentages of Color #30698c

%66
%25
%0
%45

Triadic Colors of #30698c

#30698c #8c3069 #698c30

Analogous Colors of #30698c

#30698c #303b8c #308c81

Monochromatic Colors of #30698c

#30698c

Complementary Color

#30698c #8c5330

#30698c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30698c Color Preview on White Background

Lorem ipsum dolor sit amet.

#30698c Color CSS Codes

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

#30698c Text Font Color

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

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


#30698c Background Color

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

This div background color is #30698c


#30698c Border Color

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

This div border color is #30698c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30698c


Comments

No comments written yet.

Please login to write comment.