#316487

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

Shades of Matisse #316487

Tints of Matisse #316487

Color information

#316487 (or 0x316487) is unknown color: approx Matisse. HEX triplet: 31, 64 and 87. RGB value is (49,100,135). Sum of RGB (Red+Green+Blue) = 49+100+135=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 135 - color contains mainly: blue. Hex color #316487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316487 is #CE9B78. Grayscale: #585858. Windows color (decimal): -13540217 or 8873009. OLE color: 8873009.

HSL color Cylindrical-coordinate representation of color #316487: hue angle of 204.42º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #316487 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB49100135-
CMYK0.640.2600.47
HSL204.42º46.74%36.08%-
HSV(B)204.42º63.7%52.94%-
XYZ10.211.5224.61-
YUV88.74154.199.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.25%
GREEN value IS 100 (39.45% from 255) = 35.21%
BLUE value IS 135 (53.12% from 255) = 47.54%
R=17.25%
G=35.21%
B=47.54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal491001350.640.2600.47204.4246.7436.08
Hex316487401A02Fcc2f24
Octal61144207100320573145744
Binary110001110010010000111100000011010010111111001100101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316487; }

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

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

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

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

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

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

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

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