#31597D

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

Shades of Matisse #31597D

Tints of Matisse #31597D

Color information

#31597D (or 0x31597D) is unknown color: approx Matisse. HEX triplet: 31, 59 and 7D. RGB value is (49,89,125). Sum of RGB (Red+Green+Blue) = 49+89+125=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 125 - color contains mainly: blue. Hex color #31597D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31597D is #CEA682. Grayscale: #505050. Windows color (decimal): -13543043 or 8214833. OLE color: 8214833.

HSL color Cylindrical-coordinate representation of color #31597D: hue angle of 208.42º 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 #31597D is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4989125-
CMYK0.610.2900.51
HSL208.42º43.68%34.12%-
HSV(B)208.42º60.8%49.02%-
XYZ8.549.2820.74-
YUV81.14152.75105.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.63%
GREEN value IS 89 (35.16% from 255) = 33.84%
BLUE value IS 125 (49.22% from 255) = 47.53%
R=18.63%
G=33.84%
B=47.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49891250.610.2900.51208.4243.6834.12
Hex31597D3D1D033d02c22
Octal6113117575350633205442
Binary1100011011001111110111110111101011001111010000101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31597D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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