#31607D

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

Shades of Matisse #31607D

Tints of Matisse #31607D

Color information

#31607D (or 0x31607D) is unknown color: approx Matisse. HEX triplet: 31, 60 and 7D. RGB value is (49,96,125). Sum of RGB (Red+Green+Blue) = 49+96+125=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 125 - color contains mainly: blue. Hex color #31607D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31607D is #CE9F82. Grayscale: #555555. Windows color (decimal): -13541251 or 8216625. OLE color: 8216625.

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

Color convert

RGB4996125-
CMYK0.610.2300.51
HSL202.89º43.68%34.12%-
HSV(B)202.89º60.8%49.02%-
XYZ9.1510.520.95-
YUV85.25150.43102.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.15%
GREEN value IS 96 (37.89% from 255) = 35.56%
BLUE value IS 125 (49.22% from 255) = 46.30%
R=18.15%
G=35.56%
B=46.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49961250.610.2300.51202.8943.6834.12
Hex31607D3D17033cb2c22
Octal6114017575270633135442
Binary1100011100000111110111110110111011001111001011101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31607D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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