#315E81

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

Shades of Matisse #315E81

Tints of Matisse #315E81

Color information

#315E81 (or 0x315E81) is unknown color: approx Matisse. HEX triplet: 31, 5E and 81. RGB value is (49,94,129). Sum of RGB (Red+Green+Blue) = 49+94+129=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 129 (50.78% from 255 or 47.43% from 272); Max value from RGB is 129 - color contains mainly: blue. Hex color #315E81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315E81 is #CEA17E. Grayscale: #545454. Windows color (decimal): -13541759 or 8478257. OLE color: 8478257.

HSL color Cylindrical-coordinate representation of color #315E81: hue angle of 206.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #315E81 is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4994129-
CMYK0.620.2700.49
HSL206.25º44.94%34.9%-
HSV(B)206.25º62.02%50.59%-
XYZ9.2310.2422.26-
YUV84.54153.09102.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.01%
GREEN value IS 94 (37.11% from 255) = 34.56%
BLUE value IS 129 (50.78% from 255) = 47.43%
R=18.01%
G=34.56%
B=47.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49941290.620.2700.49206.2544.9434.9
Hex315E813E1B031ce2d23
Octal6113620176330613165543
Binary11000110111101000000111111011011011000111001110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,94,129); }

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

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

 a { background-color: rgb(49,94,129); }

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

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

 span { border-color: rgb(49,94,129); }

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