Color Hex Logo

#318bcc Color Hex

#318BCC
(49,139,204)
0 Favorites   0 Comments

Color spaces of #318bcc

RGB 49139204
HSL0.570.610.50
HSV205°76°80°
CMYK 0.760.320.00   0.20
XYZ21.398323.477860.5306
Yxy23.47780.20300.2227
Hunter Lab48.4539-5.9648-40.1498
CIE-Lab55.5611-4.2827-41.0692

#318bcc color RGB value is (49,139,204).

#318bcc hex color red value is 49, green value is 139 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #318bcc hue: 0.57 , saturation: 0.61 and the lightness value of 318bcc is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001011 11001100
Octal 61 213 314
Decimal 49 139 204
Hex 31 8B CC

RGB Percentages of Color #318bcc

%12.50
%35.46
%52.04

CMYK Percentages of Color #318bcc

%76
%32
%0
%20

Triadic Colors of #318bcc

#318bcc #cc318b #8bcc31

Analogous Colors of #318bcc

#318bcc #313ecc #31ccc0

Monochromatic Colors of #318bcc

#318bcc

Complementary Color

#318bcc #cc7231

#318bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#318bcc Color CSS Codes

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

#318bcc Text Font Color

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

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


#318bcc Background Color

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

This div background color is #318bcc


#318bcc Border Color

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

This div border color is #318bcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,139,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #318bcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #318bcc;
  -webkit-box-shadow: 1px 1px 3px 2px #318bcc;
  box-shadow:         1px 1px 3px 2px #318bcc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318bcc


Comments

No comments written yet.

Please login to write comment.