#316285

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

Shades of Matisse #316285

Tints of Matisse #316285

Color information

#316285 (or 0x316285) is unknown color: approx Matisse. HEX triplet: 31, 62 and 85. RGB value is (49,98,133). Sum of RGB (Red+Green+Blue) = 49+98+133=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #316285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316285 is #CE9D7A. Grayscale: #575757. Windows color (decimal): -13540731 or 8741425. OLE color: 8741425.

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

Color convert

RGB4998133-
CMYK0.630.2600.48
HSL205º46.15%35.69%-
HSV(B)205º63.16%52.16%-
XYZ9.8711.0823.81-
YUV87.34153.77100.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.5%
GREEN value IS 98 (38.67% from 255) = 35%
BLUE value IS 133 (52.34% from 255) = 47.5%
R=17.5%
G=35%
B=47.5%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49981330.630.2600.4820546.1535.69
Hex3162853F1A030cd2e24
Octal6114220577320603155644
Binary11000111000101000010111111111010011000011001101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316285; }

 p { color: rgb(49,98,133); }

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

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

 a { background-color: rgb(49,98,133); }

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

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

 span { border-color: rgb(49,98,133); }

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