#315D7D

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

Shades of Matisse #315D7D

Tints of Matisse #315D7D

Color information

#315D7D (or 0x315D7D) is unknown color: approx Matisse. HEX triplet: 31, 5D and 7D. RGB value is (49,93,125). Sum of RGB (Red+Green+Blue) = 49+93+125=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 125 (49.22% from 255 or 46.82% from 267); Max value from RGB is 125 - color contains mainly: blue. Hex color #315D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315D7D is #CEA282. Grayscale: #535353. Windows color (decimal): -13542019 or 8215857. OLE color: 8215857.

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

Color convert

RGB4993125-
CMYK0.610.2600.51
HSL205.26º43.68%34.12%-
HSV(B)205.26º60.8%49.02%-
XYZ8.889.9620.86-
YUV83.49151.42103.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.35%
GREEN value IS 93 (36.72% from 255) = 34.83%
BLUE value IS 125 (49.22% from 255) = 46.82%
R=18.35%
G=34.83%
B=46.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49931250.610.2600.51205.2643.6834.12
Hex315D7D3D1A033cd2c22
Octal6113517575320633155442
Binary1100011011101111110111110111010011001111001101101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315D7D; }

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

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

<style>
 a { background-color: #315D7D; }

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

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

<style>
 span { border-color: #315D7D; }

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

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