#316381

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

Shades of Matisse #316381

Tints of Matisse #316381

Color information

#316381 (or 0x316381) is unknown color: approx Matisse. HEX triplet: 31, 63 and 81. RGB value is (49,99,129). Sum of RGB (Red+Green+Blue) = 49+99+129=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 129 (50.78% from 255 or 46.57% from 277); Max value from RGB is 129 - color contains mainly: blue. Hex color #316381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316381 is #CE9C7E. Grayscale: #575757. Windows color (decimal): -13540479 or 8479537. OLE color: 8479537.

HSL color Cylindrical-coordinate representation of color #316381: hue angle of 202.5º 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 #316381 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4999129-
CMYK0.620.2300.49
HSL202.5º44.94%34.9%-
HSV(B)202.5º62.02%50.59%-
XYZ9.6911.1622.41-
YUV87.47151.44100.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.69%
GREEN value IS 99 (39.06% from 255) = 35.74%
BLUE value IS 129 (50.78% from 255) = 46.57%
R=17.69%
G=35.74%
B=46.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49991290.620.2300.49202.544.9434.9
Hex3163813E17031ca2d23
Octal6114320176270613125543
Binary11000111000111000000111111010111011000111001010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316381; }

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

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

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

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

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

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

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

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