#31597F

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

Shades of Matisse #31597F

Tints of Matisse #31597F

Color information

#31597F (or 0x31597F) is unknown color: approx Matisse. HEX triplet: 31, 59 and 7F. RGB value is (49,89,127). Sum of RGB (Red+Green+Blue) = 49+89+127=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 127 - color contains mainly: blue. Hex color #31597F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31597F is #CEA680. Grayscale: #515151. Windows color (decimal): -13543041 or 8345905. OLE color: 8345905.

HSL color Cylindrical-coordinate representation of color #31597F: hue angle of 209.23º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31597F is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4989127-
CMYK0.610.3000.50
HSL209.23º44.32%34.51%-
HSV(B)209.23º61.42%49.8%-
XYZ8.679.3321.42-
YUV81.37153.75104.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.49%
GREEN value IS 89 (35.16% from 255) = 33.58%
BLUE value IS 127 (50% from 255) = 47.92%
R=18.49%
G=33.58%
B=47.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49891270.610.3000.50209.2344.3234.51
Hex31597F3D1E032d12c23
Octal6113117775360623215443
Binary1100011011001111111111110111110011001011010001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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