#316482

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

Shades of Matisse #316482

Tints of Matisse #316482

Color information

#316482 (or 0x316482) is unknown color: approx Matisse. HEX triplet: 31, 64 and 82. RGB value is (49,100,130). Sum of RGB (Red+Green+Blue) = 49+100+130=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #316482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316482 is #CE9B7D. Grayscale: #585858. Windows color (decimal): -13540222 or 8545329. OLE color: 8545329.

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

Color convert

RGB49100130-
CMYK0.620.2300.49
HSL202.22º45.25%35.1%-
HSV(B)202.22º62.31%50.98%-
XYZ9.8511.3822.8-
YUV88.17151.6100.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.56%
GREEN value IS 100 (39.45% from 255) = 35.84%
BLUE value IS 130 (51.17% from 255) = 46.59%
R=17.56%
G=35.84%
B=46.59%

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
Decimal491001300.620.2300.49202.2245.2535.1
Hex3164823E17031ca2d23
Octal6114420276270613125543
Binary11000111001001000001011111010111011000111001010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316482; }

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

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

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

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

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

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

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

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