Color Hex Logo

#3198cb Color Hex

#3198CB
(49,152,203)
0 Favorites   0 Comments

Color spaces of #3198cb

RGB 49152203
HSL0.560.610.49
HSV200°76°80°
CMYK 0.760.250.00   0.20
XYZ23.274427.421260.5661
Yxy27.42120.20920.2465
Hunter Lab52.3653-12.3026-31.9196
CIE-Lab59.3622-12.0250-34.5478

#3198cb color RGB value is (49,152,203).

#3198cb hex color red value is 49, green value is 152 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #3198cb hue: 0.56 , saturation: 0.61 and the lightness value of 3198cb is 0.49.

The process color (four color CMYK) of #3198cb color hex is 0.76, 0.25, 0.00, 0.20. Web safe color of #3198cb is #3399cc. Color #3198cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011000 11001011
Octal 61 230 313
Decimal 49 152 203
Hex 31 98 CB

RGB Percentages of Color #3198cb

%12.13
%37.62
%50.25

CMYK Percentages of Color #3198cb

%76
%25
%0
%20

Triadic Colors of #3198cb

#3198cb #cb3198 #98cb31

Analogous Colors of #3198cb

#3198cb #314bcb #31cbb1

Monochromatic Colors of #3198cb

#3198cb

Complementary Color

#3198cb #cb6431

#3198cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3198cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3198cb Color CSS Codes

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

#3198cb Text Font Color

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

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


#3198cb Background Color

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

This div background color is #3198cb


#3198cb Border Color

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

This div border color is #3198cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,152,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3198cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3198cb;
  -webkit-box-shadow: 1px 1px 3px 2px #3198cb;
  box-shadow:         1px 1px 3px 2px #3198cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,152,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3198cb


Comments

No comments written yet.

Please login to write comment.