#31656D

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

Shades of Blumine #31656D

Tints of Blumine #31656D

Color information

#31656D (or 0x31656D) is unknown color: approx Blumine. HEX triplet: 31, 65 and 6D. RGB value is (49,101,109). Sum of RGB (Red+Green+Blue) = 49+101+109=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 101 (39.84% from 255 or 39.00% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 109 - color contains mainly: blue. Hex color #31656D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31656D is #CE9A92. Grayscale: #565656. Windows color (decimal): -13539987 or 7169329. OLE color: 7169329.

HSL color Cylindrical-coordinate representation of color #31656D: hue angle of 188º 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 #31656D is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB49101109-
CMYK0.550.0700.57
HSL188º37.97%30.98%-
HSV(B)188º55.05%42.75%-
XYZ8.6811.0616.15-
YUV86.36140.77101.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.92%
GREEN value IS 101 (39.84% from 255) = 39.00%
BLUE value IS 109 (42.97% from 255) = 42.08%
R=18.92%
G=39.00%
B=42.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal491011090.550.0700.5718837.9730.98
Hex31656D377039bc261f
Octal611451556770712744637
Binary1100011100101110110111011111101110011011110010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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