#316382

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

Shades of Matisse #316382

Tints of Matisse #316382

Color information

#316382 (or 0x316382) is unknown color: approx Matisse. HEX triplet: 31, 63 and 82. RGB value is (49,99,130). Sum of RGB (Red+Green+Blue) = 49+99+130=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 130 - color contains mainly: blue. Hex color #316382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316382 is #CE9C7D. Grayscale: #575757. Windows color (decimal): -13540478 or 8545073. OLE color: 8545073.

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

Color convert

RGB4999130-
CMYK0.620.2400.49
HSL202.96º45.25%35.1%-
HSV(B)202.96º62.31%50.98%-
XYZ9.7611.1922.76-
YUV87.58151.94100.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.63%
GREEN value IS 99 (39.06% from 255) = 35.61%
BLUE value IS 130 (51.17% from 255) = 46.76%
R=17.63%
G=35.61%
B=46.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49991300.620.2400.49202.9645.2535.1
Hex3163823E18031cb2d23
Octal6114320276300613135543
Binary11000111000111000001011111011000011000111001011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316382; }

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

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

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

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

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

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

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

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