#31627E

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

Shades of Matisse #31627E

Tints of Matisse #31627E

Color information

#31627E (or 0x31627E) is unknown color: approx Matisse. HEX triplet: 31, 62 and 7E. RGB value is (49,98,126). Sum of RGB (Red+Green+Blue) = 49+98+126=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 126 - color contains mainly: blue. Hex color #31627E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31627E is #CE9D81. Grayscale: #565656. Windows color (decimal): -13540738 or 8282673. OLE color: 8282673.

HSL color Cylindrical-coordinate representation of color #31627E: hue angle of 201.82º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31627E is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4998126-
CMYK0.610.2200.51
HSL201.82º44%34.31%-
HSV(B)201.82º61.11%49.41%-
XYZ9.410.8921.35-
YUV86.54150.27101.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.95%
GREEN value IS 98 (38.67% from 255) = 35.90%
BLUE value IS 126 (49.61% from 255) = 46.15%
R=17.95%
G=35.90%
B=46.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49981260.610.2200.51201.824434.31
Hex31627E3D16033ca2c22
Octal6114217675260633125442
Binary1100011100010111111011110110110011001111001010101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31627E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31627E; }

 p { color: rgb(49,98,126); }

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

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

 a { background-color: rgb(49,98,126); }

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

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

 span { border-color: rgb(49,98,126); }

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