#316171

Color #316171 Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #316171

Tints of Blumine #316171

Color information

#316171 (or 0x316171) is unknown color: approx Blumine. HEX triplet: 31, 61 and 71. RGB value is (49,97,113). Sum of RGB (Red+Green+Blue) = 49+97+113=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 113 - color contains mainly: blue. Hex color #316171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316171 is #CE9E8E. Grayscale: #545454. Windows color (decimal): -13541007 or 7430449. OLE color: 7430449.

HSL color Cylindrical-coordinate representation of color #316171: hue angle of 195º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #316171 is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4997113-
CMYK0.570.1400.56
HSL195º39.51%31.76%-
HSV(B)195º56.64%44.31%-
XYZ8.5210.3917.18-
YUV84.47144.1102.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 18.92%
GREEN value IS 97 (38.28% from 255) = 37.45%
BLUE value IS 113 (44.53% from 255) = 43.63%
R=18.92%
G=37.45%
B=43.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49971130.570.1400.5619539.5131.76
Hex31617139E038c32820
Octal6114116171160703035040
Binary110001110000111100011110011110011100011000011101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316171; }

 p { color: rgb(49,97,113); }

 H1.HeaderClassName
 {
   color: #316171;
 }
 .AnyTagClassName
 {
   color: #316171;
 }
</style>
background-color css

<style>
 a { background-color: #316171; }

 a { background-color: rgb(49,97,113); }

 div.DivClassName
 {
   background-color: #316171;
 }
 .BgClassName
 {
   background-color: #316171;
 }
</style>
border-color css

<style>
 span { border-color: #316171; }

 span { border-color: rgb(49,97,113); }

 td.TdClassName
 {
   border-color: #316171;
 }
 .TagClassName
 {
   border-color: #316171;
 }
</style>