Color Hex Logo

#316288 Color Hex

#316288
(49,98,136)
0 Favorites   0 Comments

Color spaces of #316288

RGB 4998136
HSL0.570.470.36
HSV206°64°53°
CMYK 0.640.280.00   0.47
XYZ10.078211.165924.9166
Yxy11.16590.21830.2419
Hunter Lab33.4154-4.6408-20.8195
CIE-Lab39.8585-4.1130-26.0241

#316288 color RGB value is (49,98,136).

#316288 hex color red value is 49, green value is 98 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #316288 hue: 0.57 , saturation: 0.47 and the lightness value of 316288 is 0.36.

The process color (four color CMYK) of #316288 color hex is 0.64, 0.28, 0.00, 0.47. Web safe color of #316288 is #336699. Color #316288 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01100010 10001000
Octal 61 142 210
Decimal 49 98 136
Hex 31 62 88

RGB Percentages of Color #316288

%17.31
%34.63
%48.06

CMYK Percentages of Color #316288

%64
%28
%0
%47

Triadic Colors of #316288

#316288 #883162 #628831

Analogous Colors of #316288

#316288 #313688 #318883

Monochromatic Colors of #316288

#316288

Complementary Color

#316288 #885731

#316288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#316288 Color CSS Codes

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

#316288 Text Font Color

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

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


#316288 Background Color

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

This div background color is #316288


#316288 Border Color

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

This div border color is #316288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316288


Comments

No comments written yet.

Please login to write comment.