#31616D

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

Shades of Blumine #31616D

Tints of Blumine #31616D

Color information

#31616D (or 0x31616D) is unknown color: approx Blumine. HEX triplet: 31, 61 and 6D. RGB value is (49,97,109). Sum of RGB (Red+Green+Blue) = 49+97+109=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 109 - color contains mainly: blue. Hex color #31616D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31616D is #CE9E92. Grayscale: #535353. Windows color (decimal): -13541011 or 7168305. OLE color: 7168305.

HSL color Cylindrical-coordinate representation of color #31616D: hue angle of 192º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31616D is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4997109-
CMYK0.550.1100.57
HSL192º37.97%30.98%-
HSV(B)192º55.05%42.75%-
XYZ8.310.3116.02-
YUV84.02142.1103.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.22%
GREEN value IS 97 (38.28% from 255) = 38.04%
BLUE value IS 109 (42.97% from 255) = 42.75%
R=19.22%
G=38.04%
B=42.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal49971090.550.1100.5719237.9730.98
Hex31616D37B039c0261f
Octal6114115567130713004637
Binary11000111000011101101110111101101110011100000010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31616D; }

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

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

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

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

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

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

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

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