Color Hex Logo

#316266 Color Hex

#316266
(49,98,102)
0 Favorites   0 Comments

Color spaces of #316266

RGB 4998102
HSL0.510.350.30
HSV185°52°40°
CMYK 0.520.040.00   0.60
XYZ8.032610.347614.1443
Yxy10.34760.24700.3181
Hunter Lab32.1677-11.7202-3.5527
CIE-Lab38.4592-15.3181-7.3957

#316266 color RGB value is (49,98,102).

#316266 hex color red value is 49, green value is 98 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #316266 hue: 0.51 , saturation: 0.35 and the lightness value of 316266 is 0.30.

The process color (four color CMYK) of #316266 color hex is 0.52, 0.04, 0.00, 0.60. Web safe color of #316266 is #336666. Color #316266 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01100010 01100110
Octal 61 142 146
Decimal 49 98 102
Hex 31 62 66

RGB Percentages of Color #316266

%19.68
%39.36
%40.96

CMYK Percentages of Color #316266

%52
%4
%0
%60

Triadic Colors of #316266

#316266 #663162 #626631

Analogous Colors of #316266

#316266 #314866 #316650

Monochromatic Colors of #316266

#316266

Complementary Color

#316266 #663531

#316266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#316266 Color CSS Codes

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

#316266 Text Font Color

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

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


#316266 Background Color

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

This div background color is #316266


#316266 Border Color

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

This div border color is #316266


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,98,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #316266; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #316266;
  -webkit-box-shadow: 1px 1px 3px 2px #316266;
  box-shadow:         1px 1px 3px 2px #316266; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316266


Comments

No comments written yet.

Please login to write comment.