#316484

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

Shades of Matisse #316484

Tints of Matisse #316484

Color information

#316484 (or 0x316484) is unknown color: approx Matisse. HEX triplet: 31, 64 and 84. RGB value is (49,100,132). Sum of RGB (Red+Green+Blue) = 49+100+132=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 132 - color contains mainly: blue. Hex color #316484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316484 is #CE9B7B. Grayscale: #585858. Windows color (decimal): -13540220 or 8676401. OLE color: 8676401.

HSL color Cylindrical-coordinate representation of color #316484: hue angle of 203.13º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #316484 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB49100132-
CMYK0.630.2400.48
HSL203.13º45.86%35.49%-
HSV(B)203.13º62.88%51.76%-
XYZ9.9911.4323.51-
YUV88.4152.699.9-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.44%
GREEN value IS 100 (39.45% from 255) = 35.59%
BLUE value IS 132 (51.95% from 255) = 46.98%
R=17.44%
G=35.59%
B=46.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal491001320.630.2400.48203.1345.8635.49
Hex3164843F18030cb2e23
Octal6114420477300603135643
Binary11000111001001000010011111111000011000011001011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316484; }

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

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

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

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

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

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

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

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