#31596F

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

Shades of Blumine #31596F

Tints of Blumine #31596F

Color information

#31596F (or 0x31596F) is unknown color: approx Blumine. HEX triplet: 31, 59 and 6F. RGB value is (49,89,111). Sum of RGB (Red+Green+Blue) = 49+89+111=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 111 (43.75% from 255 or 44.58% from 249); Max value from RGB is 111 - color contains mainly: blue. Hex color #31596F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31596F is #CEA690. Grayscale: #4F4F4F. Windows color (decimal): -13543057 or 7297329. OLE color: 7297329.

HSL color Cylindrical-coordinate representation of color #31596F: hue angle of 201.29º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #31596F is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4989111-
CMYK0.560.2000.56
HSL201.29º38.75%31.37%-
HSV(B)201.29º55.86%43.53%-
XYZ7.718.9516.36-
YUV79.55145.75106.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.68%
GREEN value IS 89 (35.16% from 255) = 35.74%
BLUE value IS 111 (43.75% from 255) = 44.58%
R=19.68%
G=35.74%
B=44.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49891110.560.2000.56201.2938.7531.37
Hex31596F3814038c9271f
Octal6113115770240703114737
Binary110001101100111011111110001010001110001100100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31596F; }

 p { color: rgb(49,89,111); }

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

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

 a { background-color: rgb(49,89,111); }

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

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

 span { border-color: rgb(49,89,111); }

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